Static Public Member Functions | |
void | ParamSet (String key, String value) throws java.lang.Exception |
void | ParamClear () throws java.lang.Exception |
int | ParamPushFile (String s) throws java.lang.Exception |
String | ParamPopFile () throws java.lang.Exception |
|
Clear the parameter stack and deallocate all memory.
|
|
Remove parameters from the parameter stack. Removes the most recently pushed parameter file from the stack.
|
|
Load parameters from a parameter file. Adds a set of parameters to the parameter stack.
|
|
Add a parameter value pair. If no parameter file has been pushed, a new empty Parameters object is put on the stack.
|