public class ASPI extends java.lang.Object implements PlugableConstantParserInterface
| Constructor and Description |
|---|
ASPI() |
| 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.
|
public void init(java.lang.String pathName,
java.lang.String fileName)
init in interface PlugableConstantParserInterfacepathName - Name of import directoryfileName - Name of INI-Filepublic boolean readConstantsFile()
readConstantsFile in interface PlugableConstantParserInterfacepublic java.util.Hashtable getConstantsHashtable()
getConstantsHashtable in interface PlugableConstantParserInterfacepublic SubmatData getConstantsSubmat()
PlugableConstantParserInterfacegetConstantsSubmat in interface PlugableConstantParserInterface