public class SystemProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private boolean |
force |
private java.util.Map<java.lang.String,SystemProperty> |
properties |
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsSystemProperty(java.lang.String name) |
boolean |
getForce() |
java.util.List<SystemProperty> |
getSystemProperties() |
SystemProperty |
getSystemProperty(java.lang.String name) |
void |
setForce(boolean force) |
void |
setSystemProperty(SystemProperty prop) |
private final java.util.Map<java.lang.String,SystemProperty> properties
private boolean force
public void setForce(boolean force)
public boolean getForce()
public void setSystemProperty(SystemProperty prop)
public SystemProperty getSystemProperty(java.lang.String name)
public boolean containsSystemProperty(java.lang.String name)
public java.util.List<SystemProperty> getSystemProperties()