org.apache.tools.ant.taskdefs.condition
public class Not extends ConditionBase implements Condition
Since: Ant 1.4
Method Summary | |
---|---|
boolean | eval()
Evaluate condition
|
Returns: true if the condition is true.
Throws: BuildException if the condition is not configured correctly.