Acquisition
Class FolderInputParameters
java.lang.Object
Acquisition.FileInputParameters
Acquisition.FolderInputParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class FolderInputParameters
- extends FileInputParameters
- implements java.io.Serializable, java.lang.Cloneable
Control parameters for FolderInputSystem
- Author:
- Doug Gillespie
- See Also:
FolderInputSystem,
Serialized Form
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
subFolders
public boolean subFolders
mergeFiles
public boolean mergeFiles
selectedFiles
java.io.File[] selectedFiles
FolderInputParameters
public FolderInputParameters()
clone
protected FolderInputParameters clone()
- Overrides:
clone in class FileInputParameters