Uses of Class
org.anchoranalysis.plugin.io.bean.file.copy.naming.CopyFilesNaming
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.file.copy.naming |
Rules for preserving or changing the naming of files when copying on the file-system.
|
| org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster |
Implementations of
CopyFilesNaming
that perform clustering of files. |
| org.anchoranalysis.plugin.io.bean.task |
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.naming Modifier and Type Class Description classAnonymizeCopies files to a number001, 002etc.classCopyFilesNamingOneclassCopyFilesNamingWithoutSharedStateBase class for implementations ofCopyFilesNamingwhere each file is copied independently of the others.classFilterWithRegularExpressionRejects files that fail to match a particular regular-expressionclassOutputPrefixWithExtensionCopies files using whatever prefix is assigned to an input by theOutputManageras the file-name, adding the same extension as the source file.classPreserveNameCopies 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.classRegularExpressionBaseA base class forCopyFilesNamingclasses that use a regular-expression.classRemoveWhitespaceRemoves any whitespace characters from the pathclassSubstituteRegularExpressionA regular expression substitution (replaceAll) is applied to the relative-pathMethods in org.anchoranalysis.plugin.io.bean.file.copy.naming that return CopyFilesNaming Modifier and Type Method Description CopyFilesNaming<org.anchoranalysis.experiment.task.NoSharedState>CopyFilesNamingOne. getCopyFilesNaming()Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming with parameters of type CopyFilesNaming Modifier and Type Method Description voidCopyFilesNamingOne. setCopyFilesNaming(CopyFilesNaming<org.anchoranalysis.experiment.task.NoSharedState> copyFilesNaming) -
Uses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Subclasses of CopyFilesNaming in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster Modifier and Type Class Description classClusterByTimestampAssociates 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 CopyFilesNaming Modifier and Type Method Description CopyFilesNaming<T>CopyFiles. 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 CopyFilesNaming Modifier and Type Method Description voidCopyFiles. setNaming(CopyFilesNaming<T> naming)How an output name (and path) is selected for an input file.