public class SystemProperties extends Object
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsSystemProperty(String name) |
List |
getSystemProperties() |
SystemProperty |
getSystemProperty(String name) |
void |
setSystemProperty(SystemProperty prop) |
public SystemProperties()
public void setSystemProperty(SystemProperty prop)
public SystemProperty getSystemProperty(String name)
public boolean containsSystemProperty(String name)
public List getSystemProperties()
Copyright © 2012-2013. All Rights Reserved.