public class SystemProperties extends Object
| Constructor and Description |
|---|
SystemProperties()
Instantiates a new system properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<SystemProperty> |
getProperties()
Gets the properties.
|
void |
setProperties(List<SystemProperty> properties)
Sets the properties.
|
public List<SystemProperty> getProperties()
public void setProperties(List<SystemProperty> properties)
properties - the new propertiesCopyright © 2019. All rights reserved.