Uses of Class
org.anchoranalysis.plugin.io.input.path.CopyContext
| 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. |
-
Uses of CopyContext in org.anchoranalysis.plugin.io.bean.file.copy.naming
Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming with parameters of type CopyContext Modifier and Type Method Description Optional<Path>CopyFilesNaming. destinationPath(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int index, CopyContext<T> context)Returns the output path (destination to to be copied to) for a given single file.Optional<Path>Anonymize. destinationPathRelative(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int iter, CopyContext<AnonymizeSharedState> context)abstract Optional<Path>CopyFilesNaming. destinationPathRelative(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int index, CopyContext<T> context)Calculates the relative-output path (to be appended to destDir)Optional<Path>CopyFilesNamingOne. destinationPathRelative(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int iter, CopyContext<org.anchoranalysis.experiment.task.NoSharedState> context)Optional<Path>OutputPrefixWithExtension. destinationPathRelative(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int index, CopyContext<org.anchoranalysis.experiment.task.NoSharedState> context)Optional<Path>PreserveName. destinationPathRelative(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int iter, CopyContext<org.anchoranalysis.experiment.task.NoSharedState> context) -
Uses of CopyContext in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Methods in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster with parameters of type CopyContext Modifier and Type Method Description Optional<Path>ClusterByTimestamp. destinationPathRelative(File file, org.anchoranalysis.io.output.path.prefixer.DirectoryWithPrefix outputTarget, int index, CopyContext<ClusterMembership> context)