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, 002
etc. 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 ofCopyFilesNaming
where 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 theOutputManager
as 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 forCopyFilesNaming
classes that use a regular-expression.Removes any whitespace characters from the pathA regular expression substitution (replaceAll) is applied to the relative-path