ccs.cpc.impl
Class Model

java.lang.Object
  extended by ccs.cpc.impl.Model

public class Model
extends java.lang.Object


Field Summary
(package private)  java.lang.String[] args
           
(package private)  java.util.List<ccs.utils.Regex> deselectors
           
 java.io.File filestoreDir
           
(package private) static java.lang.String fstoks
           
 java.io.File furnDir
           
(package private)  boolean isInitialising
           
(package private)  boolean isStop
           
 ProfileModel profile
           
(package private)  ccs.cdb.CDBeeTree profilebt
           
(package private)  java.lang.String searchPattern
           
(package private)  boolean selDirs
           
(package private)  java.util.List<ccs.utils.Regex> selectors
           
(package private)  boolean selSense
           
(package private)  boolean selSingleShot
           
 java.io.File tmpDir
           
 VDeviceLister vdl
           
 
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
 

Field Detail

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
Constructor Detail

Model

Model(CpcImpl cpc,
      java.lang.String[] args)
Method Detail

write

void write()

read

void read()