Class IsFailure
- java.lang.Object
-
- org.apache.tools.ant.taskdefs.condition.IsFailure
-
-
Constructor Summary
Constructors Constructor Description IsFailure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-