|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkaos.core.util.SystemPropertiesUtil
public class SystemPropertiesUtil
SystemPropertiesUtil is a utility class that has methods for adding new properties to System Properties.
Method Summary | |
---|---|
static void |
addToSystemPropertiesFromPropsFile(java.lang.String propsFileName)
Adds the keys/properties from an application-specific properties file to the System Properties. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void addToSystemPropertiesFromPropsFile(java.lang.String propsFileName)
propsFileName
- The name of an application-specific properties file.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |