Uses of Class
org.anchoranalysis.plugin.io.bean.file.copy.method.CopyFilesMethod
| Package | Description |
|---|---|
| org.anchoranalysis.plugin.io.bean.file.copy.method |
Methods for copying files on the file-system.
|
| org.anchoranalysis.plugin.io.bean.task |
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.method Modifier and Type Class Description classBytewiseMakes a simple bytewise copy of a file, where no byte is changed.classCompressAnyTIFFCreate 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 CopyFilesMethod Modifier and Type Method Description CopyFilesMethodCopyFiles. getMethod()How the copying occurs from source to destination file.Methods in org.anchoranalysis.plugin.io.bean.task with parameters of type CopyFilesMethod Modifier and Type Method Description voidCopyFiles. setMethod(CopyFilesMethod method)How the copying occurs from source to destination file.