Package org.anchoranalysis.plugin.io.bean.file.copy.naming
Rules for preserving or changing the naming of files when copying on the file-system.
-
Class Summary Class Description Anonymize Copies files to a number001, 002etc.CopyFilesNaming<T> How an output name (and path) is selected for an input file when copying.CopyFilesNamingOne CopyFilesNamingWithoutSharedState Base class for implementations ofCopyFilesNamingwhere each file is copied independently of the others.FilterWithRegularExpression Rejects files that fail to match a particular regular-expressionOutputPrefixWithExtension Copies files using whatever prefix is assigned to an input by theOutputManageras the file-name, adding the same extension as the source file.PreserveName 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.RegularExpressionBase A base class forCopyFilesNamingclasses that use a regular-expression.RemoveWhitespace Removes any whitespace characters from the pathSubstituteRegularExpression A regular expression substitution (replaceAll) is applied to the relative-path