|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.basistech.rlp.EnvironmentParameters
public class EnvironmentParameters
Initialization parameters for the RLP environment.
RLPEnvironment.RLPEnvironment(EnvironmentParameters)
Constructor Summary | |
---|---|
EnvironmentParameters()
Creates an EnvironmentParameters object with all parameters set to null. |
Method Summary | |
---|---|
File |
getEnvironmentDefinition()
Gets the Environment Definition File. |
RLPEnvironment.LogCallback |
getLogCallback()
Retrieves the currect log callback object. |
String |
getLogLevel()
Gets the log level. |
void |
setEnvironmentDefinition(File fileOfXML)
Sets the Environment Definition File. |
void |
setLogCallback(RLPEnvironment.LogCallback cb)
Sets the log callback object that will be passed messages from RLP. |
void |
setLogLevel(String rlpLogLevel)
Sets the log level. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EnvironmentParameters()
Method Detail |
---|
public void setLogCallback(RLPEnvironment.LogCallback cb)
cb
- The callback objectRLPEnvironment.LogCallback
public RLPEnvironment.LogCallback getLogCallback()
RLPEnvironment.LogCallback
public void setLogLevel(String rlpLogLevel)
rlpLogLevel
- log level: "none", "warning", "error", "info",
"all", or a comma-delimited list, such as "warning,error".public String getLogLevel()
public void setEnvironmentDefinition(File fileOfXML)
This is commonly called in the following manner:
envparms.setEnvironmentDefinition(new File("/some/where/rlp-global.xml");
fileOfXML
- the RLP Environment Definition File in XML formatpublic File getEnvironmentDefinition()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |