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 TypeClassDescriptionclassCopies files to a number001, 002etc. in the same order they are inputted.classclassBase class for implementations ofCopyFilesNamingwhere each file is copied independently of the others.classRejects files that fail to match a particular regular-expressionclassCopies files using whatever prefix is assigned to an input by theOutputManageras the file-name, adding the same extension as the source file.classCopies 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.classA base class forCopyFilesNamingclasses that use a regular-expression.classRemoves any whitespace characters from the pathclassA 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 TypeMethodDescriptionvoidCopyFilesNamingOne.setCopyFilesNaming(CopyFilesNaming<NoSharedState> copyFilesNaming) -
Uses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Modifier and TypeClassDescriptionclassAssociates 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 TypeMethodDescriptionvoidCopyFiles.setNaming(CopyFilesNaming<T> naming) How an output name (and path) is selected for an input file.