Class BaseIfAttribute

java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.attribute.BaseIfAttribute
All Implemented Interfaces:
Cloneable, EnableAttribute
Direct Known Subclasses:
IfBlankAttribute, IfSetAttribute, IfTrueAttribute

public abstract class BaseIfAttribute extends ProjectComponent implements EnableAttribute
An abstract class for if/unless attributes. This contains a boolean flag to specify whether this is an if or unless attribute.
Since:
Ant 1.9.1