Class IsFailure
java.lang.Object
org.apache.tools.ant.taskdefs.condition.IsFailure
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
IsFailurepublic IsFailure()
 
- 
- 
Method Details- 
setCodepublic void setCode(int c) Set the return code to check.- Parameters:
- c- the return code.
 
- 
getCodepublic int getCode()Get the return code that will be checked by this IsFailure condition.- Returns:
- return code as int.
 
- 
eval
 
-