public interface PlugableConstantParserInterface
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable |
getConstantsHashtable()
Get the constants as as hashtable.
|
SubmatData |
getConstantsSubmat()
Get the constants as as SubmatData Object.
|
void |
init(java.lang.String pathName,
java.lang.String fileName)
Create the File Object and store the path- and filename.
|
boolean |
readConstantsFile()
Parse the file.
|
void init(java.lang.String pathName, java.lang.String fileName)
pathName
- Name of import directoryfileName
- Name of INI-Fileboolean readConstantsFile()
java.util.Hashtable getConstantsHashtable()
SubmatData getConstantsSubmat()