Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

info.crossbar.state
Class AppConfig  view AppConfig download AppConfig.java

java.lang.Object
  extended byinfo.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()