Interface Condition
- 
- All Known Implementing Classes:
- And,- AntVersion,- Available,- Checksum,- Contains,- Equals,- FilesMatch,- HasFreeSpace,- HasMethod,- Http,- IsFailure,- IsFalse,- IsFileSelected,- IsLastModified,- IsReachable,- IsReference,- IsSet,- IsSigned,- IsTrue,- JavaVersion,- Length,- Matches,- Not,- Or,- Os,- ParserSupports,- ResourceContains,- ResourceCount,- ResourceExists,- ResourcesMatch,- ScriptCondition,- Socket,- TypeFound,- UpToDate,- Xor
 
 public interface ConditionInterface for conditions to use inside the <condition> task.
- 
- 
Method SummaryModifier and Type Method Description booleaneval()Is this condition true?
 
- 
- 
- 
Method Detail- 
evalboolean eval() throws BuildExceptionIs this condition true?- Returns:
- true if the condition is true
- Throws:
- BuildException- if an error occurs
 
 
- 
 
-