public class SystemProperties extends Object
Ant <systemProperties/> tag definition.
| Constructor and Description |
|---|
SystemProperties() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSystemProperty(org.apache.tools.ant.taskdefs.Property property) |
List |
getSystemProperties() |
static boolean |
setIfNotSetAlready(org.apache.tools.ant.taskdefs.Property property)
Set a System.property with this value if it is not already set.
|
public List getSystemProperties()
public void addSystemProperty(org.apache.tools.ant.taskdefs.Property property)
public static boolean setIfNotSetAlready(org.apache.tools.ant.taskdefs.Property property)
property - the property to testCopyright © 1995–2017 Webtide. All rights reserved.