sfi.director.util.AlienCfgFileReader Class Reference

List of all members.

Detailed Description

reads configuration files and tries to expand includes


Public Member Functions

 AlienCfgFileReader ()
 AlienCfgFileReader (File file) throws DirectorException
 AlienCfgFileReader (String filename) throws DirectorException
void addFile (File file) throws DirectorException
String readLine () throws DirectorException,IOException
void include (String name) throws DirectorException

Package Attributes

Vector files = new Vector()

Static Package Attributes

static final Pattern includeMatch


Constructor & Destructor Documentation

sfi.director.util.AlienCfgFileReader.AlienCfgFileReader  ) 
 

sfi.director.util.AlienCfgFileReader.AlienCfgFileReader File  file  )  throws DirectorException
 

sfi.director.util.AlienCfgFileReader.AlienCfgFileReader String  filename  )  throws DirectorException
 


Member Function Documentation

void sfi.director.util.AlienCfgFileReader.addFile File  file  )  throws DirectorException
 

void sfi.director.util.AlienCfgFileReader.include String  name  )  throws DirectorException
 

String sfi.director.util.AlienCfgFileReader.readLine  )  throws DirectorException,IOException
 


Member Data Documentation

Vector sfi.director.util.AlienCfgFileReader.files = new Vector() [package]
 

final Pattern sfi.director.util.AlienCfgFileReader.includeMatch [static, package]
 

Initial value:

 
    Pattern.compile( "^\\s*(include)\\s+(.*?)\\s*$", 
            Pattern.CASE_INSENSITIVE | Pattern.UNICODE_CASE )


The documentation for this class was generated from the following file:
Generated on Sat Feb 11 01:20:41 2012 for Node Director by  doxygen 1.4.5