jimmc.util
Class PropertiesUtil

java.lang.Object
  |
  +--jimmc.util.PropertiesUtil

public class PropertiesUtil
extends java.lang.Object

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

PropertiesUtil

public PropertiesUtil()
Method Detail

setSystemProperty

public static void setSystemProperty(java.lang.String name,
                                     java.lang.String value)
Set a system property.

setSystemProperty

public static void setSystemProperty(java.lang.String nameValue)
Set a system property.
Parameters:
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".