| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.EnumeratedAttribute
org.apache.tools.ant.taskdefs.Definer.OnError
public static class Definer.OnError
Enumerated type for onError attribute
EnumeratedAttribute| Field Summary | |
|---|---|
| static int | FAILEnumerated values | 
| static int | FAIL_ALLEnumerated values | 
| static int | IGNOREEnumerated values | 
| static java.lang.String | POLICY_FAILtext value of onerror option "fail" | 
| static java.lang.String | POLICY_FAILALLtext value of onerror option "failall" | 
| static java.lang.String | POLICY_IGNOREtext value of onerror option "ignore" | 
| static java.lang.String | POLICY_REPORTtext value of onerror option "report" | 
| static int | REPORTEnumerated values | 
| Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute | 
|---|
| value | 
| Constructor Summary | |
|---|---|
| Definer.OnError()Constructor | |
| Definer.OnError(java.lang.String value)Constructor using a string. | |
| Method Summary | |
|---|---|
|  java.lang.String[] | getValues()get the values | 
| Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute | 
|---|
| containsValue, getIndex, getInstance, getValue, indexOfValue, setValue, toString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Field Detail | 
|---|
public static final int FAIL
public static final int REPORT
public static final int IGNORE
public static final int FAIL_ALL
public static final java.lang.String POLICY_FAIL
public static final java.lang.String POLICY_REPORT
public static final java.lang.String POLICY_IGNORE
public static final java.lang.String POLICY_FAILALL
| Constructor Detail | 
|---|
public Definer.OnError()
public Definer.OnError(java.lang.String value)
value - the value of the attribute| Method Detail | 
|---|
public java.lang.String[] getValues()
getValues in class EnumeratedAttribute| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||