Uses of Class
org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
Packages that use CopyFilesMethod
Package
Description
Methods for copying files on the file-system.
Implementations of
Task
related to file-system
I/O.-
Uses of CopyFilesMethod in org.anchoranalysis.plugin.io.bean.file.copy.method
Subclasses of CopyFilesMethod in org.anchoranalysis.plugin.io.bean.file.copy.methodModifier and TypeClassDescriptionclass
Makes a simple bytewise copy of a file, where no byte is changed.class
Create a voxelwise compressed copy of any TIFF file being copied, and otherwise do aBytewise
copy. -
Uses of CopyFilesMethod in org.anchoranalysis.plugin.io.bean.task
Methods in org.anchoranalysis.plugin.io.bean.task that return CopyFilesMethodModifier and TypeMethodDescriptionCopyFiles.getMethod()
How the copying occurs from source to destination file.Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type CopyFilesMethodModifier and TypeMethodDescriptionvoid
CopyFiles.setMethod
(CopyFilesMethod method) How the copying occurs from source to destination file.