|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.boot.BootRuntime
The BootRuntime holds information about the client/machine environment for the boot runtime.
| Method Summary | |
void |
debugJavaParameter()
debug java environment parameters. |
AppManager |
getAppManager()
|
java.util.Properties |
getConfigProperties()
|
java.io.File |
getDataDirectory()
|
java.lang.Boolean |
getDebug()
|
java.io.File |
getInstallDirectory()
|
static BootRuntime |
getInstance()
|
static BootRuntime |
initialize(java.io.File fileBaseDir,
Logger l)
initialize before usage |
void |
setConfigProperties(java.util.Properties properties)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void debugJavaParameter()
public java.io.File getInstallDirectory()
public AppManager getAppManager()
public static BootRuntime getInstance()
public static BootRuntime initialize(java.io.File fileBaseDir,
Logger l)
throws java.io.IOException
fileBaseDir - base directory
java.lang.IllegalArgumentException - if file does not exist.
java.io.IOExceptionpublic java.lang.Boolean getDebug()
public java.util.Properties getConfigProperties()
public void setConfigProperties(java.util.Properties properties)
properties - configuration informationpublic java.io.File getDataDirectory()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||