Uses of Class
org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNaming
Packages that use CopyFilesNaming
Package
Description
Rules for preserving or changing the naming of files when copying on the file-system.
Implementations of
CopyFilesNaming
that perform clustering of files.Implementations of
Task
related to file-system
I/O.-
Uses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.file.copy.naming
Subclasses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.file.copy.namingModifier and TypeClassDescriptionclass
Copies files to a number001, 002
etc. in the same order they are inputted.class
class
Base class for implementations ofCopyFilesNaming
where each file is copied independently of the others.class
Rejects files that fail to match a particular regular-expressionclass
Copies files using whatever prefix is assigned to an input by theOutputManager
as the file-name, adding the same extension as the source file.class
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.class
A base class forCopyFilesNaming
classes that use a regular-expression.class
Removes any whitespace characters from the pathclass
A regular expression substitution (replaceAll) is applied to the relative-pathMethods in org.anchoranalysis.plugin.io.bean.file.copy.naming that return CopyFilesNamingMethods in org.anchoranalysis.plugin.io.bean.file.copy.naming with parameters of type CopyFilesNamingModifier and TypeMethodDescriptionvoid
CopyFilesNamingOne.setCopyFilesNaming
(CopyFilesNaming<NoSharedState> copyFilesNaming) -
Uses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Modifier and TypeClassDescriptionclass
Associates particular timestamp with each file, and clusters. -
Uses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that return CopyFilesNamingModifier and TypeMethodDescriptionCopyFiles.getNaming()
How an output name (and path) is selected for an input file.Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type CopyFilesNamingModifier and TypeMethodDescriptionvoid
CopyFiles.setNaming
(CopyFilesNaming<T> naming) How an output name (and path) is selected for an input file.