ccs.cpc.impl
Class Model
java.lang.Object
ccs.cpc.impl.Model
public class Model
- extends java.lang.Object
Constructor Summary |
Model(CpcImpl cpc,
java.lang.String[] args)
|
Method Summary |
(package private) void |
read()
|
(package private) void |
write()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isInitialising
boolean isInitialising
furnDir
public java.io.File furnDir
tmpDir
public java.io.File tmpDir
filestoreDir
public java.io.File filestoreDir
profile
public ProfileModel profile
vdl
public VDeviceLister vdl
profilebt
ccs.cdb.CDBeeTree profilebt
isStop
boolean isStop
selectors
java.util.List<ccs.utils.Regex> selectors
deselectors
java.util.List<ccs.utils.Regex> deselectors
selSingleShot
boolean selSingleShot
selDirs
boolean selDirs
selSense
boolean selSense
args
java.lang.String[] args
searchPattern
java.lang.String searchPattern
fstoks
static final java.lang.String fstoks
- See Also:
- Constant Field Values
Model
Model(CpcImpl cpc,
java.lang.String[] args)
write
void write()
read
void read()