public class SystemProperties extends Object
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsSystemProperty(String name) |
boolean |
getForce() |
List<SystemProperty> |
getSystemProperties() |
SystemProperty |
getSystemProperty(String name) |
void |
setForce(boolean force) |
void |
setSystemProperty(SystemProperty prop) |
public void setForce(boolean force)
public boolean getForce()
public void setSystemProperty(SystemProperty prop)
public SystemProperty getSystemProperty(String name)
public boolean containsSystemProperty(String name)
public List<SystemProperty> getSystemProperties()
Copyright © 1995-2015 Webtide. All Rights Reserved.