|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.tools.ant.types.EnumeratedAttribute | +--org.apache.tools.ant.taskdefs.Definer.OnError
Enumerated type for onError attribute
EnumeratedAttribute
Field Summary | |
static int |
FAIL
Enumerated values |
static int |
IGNORE
Enumerated values |
static int |
REPORT
Enumerated 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, 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
Constructor Detail |
public Definer.OnError()
public Definer.OnError(java.lang.String value)
value
- the value of the attributeMethod 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 |