|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jimmc.util.PropertiesUtil
Utility methods dealing with Properties.
Constructor Summary | |
PropertiesUtil()
|
Method Summary | |
static void |
setSystemProperty(java.lang.String nameValue)
Set a system property. |
static void |
setSystemProperty(java.lang.String name,
java.lang.String value)
Set a system property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PropertiesUtil()
Method Detail |
public static void setSystemProperty(java.lang.String name, java.lang.String value)
public static void setSystemProperty(java.lang.String nameValue)
nameValue
- A string with the property name, and equals sign,
and the value of the property. If there is no equals sign,
then the value is set to the string "1".
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |