public class SystemProperties
extends java.lang.Object
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) |
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()
Copyright © 1995–2023 Webtide. All rights reserved.