Class SystemProperties


  • public class SystemProperties
    extends java.lang.Object
    SystemProperties

    Ant <systemProperties/> tag definition.

    • 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SystemProperties

        public SystemProperties()
    • 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