public class SystemProperties
extends java.lang.Object
Ant <systemProperties/> tag definition.
Constructor and Description |
---|
SystemProperties() |
Modifier and Type | Method and Description |
---|---|
void |
addSystemProperty(org.apache.tools.ant.taskdefs.Property property) |
java.util.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 java.util.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–2023 Webtide. All rights reserved.