Acquisition
Class FileInputParameters

java.lang.Object
  extended by 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

Field Summary
static int MAX_RECENT_FILES
           
 boolean realTime
           
 java.util.ArrayList<java.lang.String> recentFiles
           
 boolean repeatLoop
          repeat in an infinite loop
static long serialVersionUID
           
 
Constructor Summary
FileInputParameters()
           
 
Method Summary
protected  FileInputParameters clone()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

FileInputParameters

public FileInputParameters()
Method Detail

clone

protected FileInputParameters clone()
Overrides:
clone in class java.lang.Object