org.apache.tools.ant.taskdefs.conditionClass IsFailure
- java.lang.Object
- org.apache.tools.ant.taskdefs.condition.IsFailure
Constructor Summary
Constructors Constructor and Description IsFailure()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
eval()
Fulfill the condition interface.int
getCode()
Get the return code that will be checked by this IsFailure condition.void
setCode(int c)
Set the return code to check.