Class BooleanConditionBase
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.taskdefs.condition.ConditionBase
net.sf.antcontrib.logic.condition.BooleanConditionBase
- All Implemented Interfaces:
Cloneable
- Direct Known Subclasses:
Assert
public class BooleanConditionBase
extends org.apache.tools.ant.taskdefs.condition.ConditionBase
Extends ConditionBase so I can get access to the condition count and the
first condition. This is the class that the BooleanConditionTask is proxy
for.
Developed for use with Antelope, migrated to ant-contrib Oct 2003.
- Author:
- Dale Anson, danson@germane-software.com
-
Field Summary
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
Adds a feature to the IsPropertyFalse attribute of the BooleanConditionBase objectvoid
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase objectMethods inherited from class org.apache.tools.ant.taskdefs.condition.ConditionBase
add, addAnd, addAvailable, addChecksum, addContains, addEquals, addFilesMatch, addHttp, addIsFalse, addIsFileSelected, addIsReference, addIsSet, addIsTrue, addNot, addOr, addOs, addSocket, addUptodate, countConditions, getConditions, getTaskName, setTaskName
Methods inherited from class org.apache.tools.ant.ProjectComponent
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
-
Constructor Details
-
BooleanConditionBase
public BooleanConditionBase()
-
-
Method Details
-
addIsPropertyTrue
Adds a feature to the IsPropertyTrue attribute of the BooleanConditionBase object- Parameters:
i
- The feature to be added to the IsPropertyTrue attribute
-
addIsPropertyFalse
Adds a feature to the IsPropertyFalse attribute of the BooleanConditionBase object- Parameters:
i
- The feature to be added to the IsPropertyFalse attribute
-
addIsGreaterThan
-
addIsLessThan
-