|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.openmms.util.Config
Title: Config
Description: Configuration class which uses "Singleton pattern" to
establish a, so to speak, permanent object
Usage: Config.getInstance().getErrorLogFile();
Copyright: Copyright (c) 2003 OpenMMS.org
| Method Summary | |
java.lang.String |
getErrorLogFile()
Returns the error logfile path |
java.lang.String |
getIdLogFile()
Returns the id logfile path |
static Config |
getInstance()
Checks to see if the configfile has been modified since it was read. |
java.lang.String |
getRequestLogFile()
Returns the request logfile path |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static Config getInstance()
public java.lang.String getErrorLogFile()
public java.lang.String getRequestLogFile()
public java.lang.String getIdLogFile()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||