Acquisition
Class FileInputParameters
java.lang.Object
Acquisition.FileInputParameters
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
- Direct Known Subclasses:
- FolderInputParameters
public class FileInputParameters
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
Used by FileInputSystem
- Author:
- Doug Gillespie
- See Also:
FileInputSystem,
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
MAX_RECENT_FILES
public static final int MAX_RECENT_FILES
- See Also:
- Constant Field Values
recentFiles
public java.util.ArrayList<java.lang.String> recentFiles
realTime
public boolean realTime
repeatLoop
public boolean repeatLoop
- repeat in an infinite loop
FileInputParameters
public FileInputParameters()
clone
protected FileInputParameters clone()
- Overrides:
clone in class java.lang.Object