Class IsPropertyFalse

  • All Implemented Interfaces:
    java.lang.Cloneable, org.apache.tools.ant.taskdefs.condition.Condition

    public class IsPropertyFalse
    extends org.apache.tools.ant.taskdefs.condition.IsFalse
    Extends IsFalse condition to check the value of a specified property.

    Developed for use with Antelope, migrated to ant-contrib Oct 2003.

    Version:
    $Revision: 1.3 $
    Author:
    Dale Anson, danson@germane-software.com
    • Field Summary

      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      IsPropertyFalse()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean eval()  
      void setProperty​(java.lang.String name)  
      • Methods inherited from class org.apache.tools.ant.taskdefs.condition.IsFalse

        setValue
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
      • Methods inherited from class java.lang.Object

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

      • IsPropertyFalse

        public IsPropertyFalse()
    • Method Detail

      • setProperty

        public void setProperty​(java.lang.String name)
      • eval

        public boolean eval()
                     throws org.apache.tools.ant.BuildException
        Specified by:
        eval in interface org.apache.tools.ant.taskdefs.condition.Condition
        Overrides:
        eval in class org.apache.tools.ant.taskdefs.condition.IsFalse
        Throws:
        org.apache.tools.ant.BuildException