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 TypeClassDescriptionclassMakes a simple bytewise copy of a file, where no byte is changed.classCreate a voxelwise compressed copy of any TIFF file being copied, and otherwise do aBytewisecopy. -
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 TypeMethodDescriptionvoidCopyFiles.setMethod(CopyFilesMethod method) How the copying occurs from source to destination file.