Package org.anchoranalysis.plugin.io.bean.file.copy.naming
package org.anchoranalysis.plugin.io.bean.file.copy.naming
Rules for preserving or changing the naming of files when copying on the file-system.
-
ClassesClassDescriptionCopies files to a number
001, 002etc. in the same order they are inputted.How an output name (and path) is selected for an input file when copying.Base class for implementations ofCopyFilesNamingwhere each file is copied independently of the others.Rejects files that fail to match a particular regular-expressionCopies files using whatever prefix is assigned to an input by theOutputManageras the file-name, adding the same extension as the source file.Copies files to maintain the same relative-path from the destination file to the destination-directory, as existed from the source file to the source-directory.A base class forCopyFilesNamingclasses that use a regular-expression.Removes any whitespace characters from the pathA regular expression substitution (replaceAll) is applied to the relative-path