org.apache.tools.ant.taskdefs.condition
Interface Condition
- And, Available, Checksum, Contains, Equals, FilesMatch, Http, IsFalse, IsFileSelected, IsReference, IsSet, IsTrue, Length, Not, Or, Os, Socket, UpToDate
public interface Condition
Interface for conditions to use inside the <condition> task.
boolean | eval() - Is this condition true?
|
eval
public boolean eval()
throws BuildException
Is this condition true?
- true if the condition is true
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.