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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Initial value:
Pattern.compile( "^\\s*(include)\\s+(.*?)\\s*$",
Pattern.CASE_INSENSITIVE | Pattern.UNICODE_CASE )
|
1.4.5