net.sf.antcontrib.logic.condition
Class IsPropertyFalse
java.lang.Object
|
+--org.apache.tools.ant.ProjectComponent
|
+--org.apache.tools.ant.taskdefs.condition.IsFalse
|
+--net.sf.antcontrib.logic.condition.IsPropertyFalse
- All Implemented Interfaces:
- 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.2 $
- Author:
- Dale Anson, danson@germane-software.com
Fields inherited from class org.apache.tools.ant.ProjectComponent |
project |
Methods inherited from class org.apache.tools.ant.taskdefs.condition.IsFalse |
setValue |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
getProject, log, log, setProject |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IsPropertyFalse
public IsPropertyFalse()
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
org.apache.tools.ant.BuildException