org.apache.tools.ant.taskdefs.condition
public class IsFailure extends Object implements Condition
Since: Ant 1.7
Method Summary | |
---|---|
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. |
Returns: the result of evaluating the specified return code.
Returns: return code as int.
Parameters: c the return code.