Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

lemurproject::lemur::lemur Class Reference

List of all members.

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

Member Function Documentation

void lemurproject::lemur::lemur::ParamClear  )  throws java.lang.Exception [inline, static]
 

Clear the parameter stack and deallocate all memory.

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

String lemurproject::lemur::lemur::ParamPopFile  )  throws java.lang.Exception [inline, static]
 

Remove parameters from the parameter stack. Removes the most recently pushed parameter file from the stack.

Returns:
an empty String
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

int lemurproject::lemur::lemur::ParamPushFile String  s  )  throws java.lang.Exception [inline, static]
 

Load parameters from a parameter file. Adds a set of parameters to the parameter stack.

Parameters:
s the parameter file to load.
Returns:
true if the file was loaded. false if it was not.
Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.

void lemurproject::lemur::lemur::ParamSet String  key,
String  value
throws java.lang.Exception [inline, static]
 

Add a parameter value pair. If no parameter file has been pushed, a new empty Parameters object is put on the stack.

Exceptions:
Exception if a lemur::api::Exception was thrown by the JNI library.


The documentation for this class was generated from the following file:
Generated on Tue Jun 15 11:03:07 2010 for Lemur by doxygen 1.3.4