Uses of Class
org.anchoranalysis.plugin.io.input.path.CopyContext
Packages that use CopyContext
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.-
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 CopyContextModifier and TypeMethodDescriptionCopyFilesNaming.destinationPath
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<T> context) Returns the output path (destination to to be copied to) for a given single file.Anonymize.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<AnonymizeSharedState> context) CopyFilesNaming.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<T> context) Calculates the relative-output path (to be appended to destDir)CopyFilesNamingOne.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<NoSharedState> context) OutputPrefixWithExtension.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<NoSharedState> context) PreserveName.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int iter, CopyContext<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 CopyContextModifier and TypeMethodDescriptionClusterByTimestamp.destinationPathRelative
(File file, DirectoryWithPrefix outputTarget, int index, CopyContext<ClusterMembership> context)