public class ASPI_R extends java.lang.Object implements PlugableConstantParserInterface
Constructor and Description |
---|
ASPI_R() |
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 PlugableConstantParserInterface
pathName
- Name of import directoryfileName
- Name of INI-Filepublic boolean readConstantsFile()
readConstantsFile
in interface PlugableConstantParserInterface
public java.util.Hashtable getConstantsHashtable()
getConstantsHashtable
in interface PlugableConstantParserInterface
public SubmatData getConstantsSubmat()
getConstantsSubmat
in interface PlugableConstantParserInterface