Package cdc.app
Class AppInfo
java.lang.Object
cdc.app.AppInfo
- All Implemented Interfaces:
cdc.util.debug.Printable
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic AppInfo.Builderbuilder()getAppPropValue(String name) getEnvVarValue(String name) getSysPropValue(String name) booleanvoidprint(PrintStream out, int level) static voidsetMainArgs(String[] args) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cdc.util.debug.Printable
indent, print
-
Method Details
-
setMainArgs
-
getTimestamp
-
getMainArgs
-
getEnvVarsNames
-
getEnvVarValue
-
getSysPropsNames
-
getSysPropValue
-
getAppPropsNames
-
getAppPropValue
-
getVMArgs
-
hasStackTrace
public boolean hasStackTrace() -
getStackTrace
-
print
- Specified by:
printin interfacecdc.util.debug.Printable
-
builder
-