Package org.apache.tools.ant.taskdefs
Class Definer.OnError
- java.lang.Object
- 
- org.apache.tools.ant.types.EnumeratedAttribute
- 
- org.apache.tools.ant.taskdefs.Definer.OnError
 
 
- 
- Enclosing class:
- Definer
 
 public static class Definer.OnError extends EnumeratedAttribute Enumerated type for onError attribute- See Also:
- EnumeratedAttribute
 
- 
- 
Field SummaryFields Modifier and Type Field Description static intFAILEnumerated valuesstatic intFAIL_ALLEnumerated valuesstatic intIGNOREEnumerated valuesstatic java.lang.StringPOLICY_FAILtext value of onerror option "fail"static java.lang.StringPOLICY_FAILALLtext value of onerror option "failall"static java.lang.StringPOLICY_IGNOREtext value of onerror option "ignore"static java.lang.StringPOLICY_REPORTtext value of onerror option "report"static intREPORTEnumerated values- 
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttributevalue
 
- 
 - 
Method SummaryModifier and Type Method Description java.lang.String[]getValues()get the values- 
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttributecontainsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString
 
- 
 
- 
- 
- 
Field Detail- 
FAILpublic static final int FAIL Enumerated values- See Also:
- Constant Field Values
 
 - 
REPORTpublic static final int REPORT Enumerated values- See Also:
- Constant Field Values
 
 - 
IGNOREpublic static final int IGNORE Enumerated values- See Also:
- Constant Field Values
 
 - 
FAIL_ALLpublic static final int FAIL_ALL Enumerated values- See Also:
- Constant Field Values
 
 - 
POLICY_FAILpublic static final java.lang.String POLICY_FAIL text value of onerror option "fail"- See Also:
- Constant Field Values
 
 - 
POLICY_REPORTpublic static final java.lang.String POLICY_REPORT text value of onerror option "report"- See Also:
- Constant Field Values
 
 - 
POLICY_IGNOREpublic static final java.lang.String POLICY_IGNORE text value of onerror option "ignore"- See Also:
- Constant Field Values
 
 - 
POLICY_FAILALLpublic static final java.lang.String POLICY_FAILALL text value of onerror option "failall"- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getValuespublic java.lang.String[] getValues() get the values- Specified by:
- getValuesin class- EnumeratedAttribute
- Returns:
- an array of the allowed values for this attribute.
 
 
- 
 
-