Uses of Class
org.anchoranalysis.io.input.file.FileWithDirectoryInput
Packages that use FileWithDirectoryInput
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.InputManagers that accept a set of named-files.Implementations of
Task related to file-system
I/O.-
Uses of FileWithDirectoryInput in org.anchoranalysis.plugin.io.bean.file.copy.naming
Method parameters in org.anchoranalysis.plugin.io.bean.file.copy.naming with type arguments of type FileWithDirectoryInputModifier and TypeMethodDescriptionAnonymize.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) abstract TCopyFilesNaming.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) To be called once before any calls toCopyFilesNaming.destinationPath(File, DirectoryWithPrefix, int, CopyContext).CopyFilesNamingOne.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) CopyFilesNamingWithoutSharedState.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) PreserveName.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) -
Uses of FileWithDirectoryInput in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster
Method parameters in org.anchoranalysis.plugin.io.bean.file.copy.naming.cluster with type arguments of type FileWithDirectoryInputModifier and TypeMethodDescriptionClusterByTimestamp.beforeCopying(Path destinationDirectory, List<FileWithDirectoryInput> inputs) -
Uses of FileWithDirectoryInput in org.anchoranalysis.plugin.io.bean.input.files
Methods in org.anchoranalysis.plugin.io.bean.input.files that return types with arguments of type FileWithDirectoryInputModifier and TypeMethodDescriptionNamedFilesWithDirectory.inputs(InputManagerParameters parameters) -
Uses of FileWithDirectoryInput in org.anchoranalysis.plugin.io.bean.task
Method parameters in org.anchoranalysis.plugin.io.bean.task with type arguments of type FileWithDirectoryInputModifier and TypeMethodDescriptionCopyFiles.beforeAnyJobIsExecuted(Outputter outputter, ConcurrencyPlan concurrencyPlan, List<FileWithDirectoryInput> inputs, ParametersExperiment parameters) voidCopyFiles.doJobOnInput(InputBound<FileWithDirectoryInput, RecordingCounter<T>> input)