|
|||||||||
| Home >> All >> info >> crossbar >> [ state overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
info.crossbar.state
Class AppConfig

java.lang.Objectinfo.crossbar.state.AppConfig
- public class AppConfig
- extends java.lang.Object
AppConfig class for use by Crossbar
- Version:
- View source, revision history
$Revision: 1.3 $ $Date: 2003/06/04 04:55:32 $
DESCRIPTION: The AppConfig class encapsulates a Java Preferences object.
| Field Summary | |
private java.util.prefs.Preferences |
prefs
Application preferences object. |
| Constructor Summary | |
AppConfig()
Constructor. |
|
| Method Summary | |
java.lang.String |
getDebugLevel()
|
java.lang.String |
getLogFilePath()
|
void |
setDebugLevel(java.lang.String debuglevel)
|
void |
setLogFilePath(java.lang.String logFilePath)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
prefs
private java.util.prefs.Preferences prefs
- Application preferences object.
| Constructor Detail |
AppConfig
public AppConfig()
throws javax.servlet.ServletException
- Constructor. Obtains the application preferences object.
| Method Detail |
setDebugLevel
public void setDebugLevel(java.lang.String debuglevel)
getDebugLevel
public java.lang.String getDebugLevel()
setLogFilePath
public void setLogFilePath(java.lang.String logFilePath)
getLogFilePath
public java.lang.String getLogFilePath()
|
|||||||||
| Home >> All >> info >> crossbar >> [ state overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
info.crossbar.state.AppConfig