Class SystemProperties

java.lang.Object
org.eclipse.jetty.ant.types.SystemProperties

public class SystemProperties extends Object
SystemProperties

Ant <systemProperties/> tag definition.

  • Constructor Details

    • SystemProperties

      public SystemProperties()
  • Method Details

    • getSystemProperties

      public 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