Package org.eclipse.jetty.ant.types
Class SystemProperties
- java.lang.Object
-
- org.eclipse.jetty.ant.types.SystemProperties
-
public class SystemProperties extends java.lang.Object
SystemPropertiesAnt <systemProperties/> tag definition.
-
-
Constructor Summary
Constructors Constructor Description SystemProperties()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
getSystemProperties
public java.util.List getSystemProperties()
-
addSystemProperty
public void addSystemProperty(org.apache.tools.ant.taskdefs.Property property)
-
setIfNotSetAlready
public static boolean setIfNotSetAlready(org.apache.tools.ant.taskdefs.Property property)
Set a System.property with this value if it is not already set.- Parameters:
property
- the property to test- Returns:
- true if property has been set
-
-