Methods Summary |
---|
public void | createSystemProperty(java.lang.String propertyName, java.lang.String propertyValue)Create a new system property.
|
public boolean | existsSystemProperty(java.lang.String propertyName)Return true if any system properties exist with the specified name.
|
public java.util.Map | getSystemProperties()
|
public java.lang.String[] | getSystemPropertyNames()Get the names of all system properties.
|
public java.lang.String | getSystemPropertyValue(java.lang.String propertyName)Get the value of a property. The property must exist, or an exception will be thrown.
|
public void | removeSystemProperty(java.lang.String propertyName)Remove a system property with the specified name.
|
public void | setSystemPropertyValue(java.lang.String propertyName, java.lang.String propertyValue)Set the value of a system property. The property must already exist.
The existing description is retained.
|