org.apache.tools.ant.taskdefs
public static class Definer.OnError extends EnumeratedAttribute
See Also: EnumeratedAttribute
| Field Summary | |
|---|---|
| static int | FAIL Enumerated values |
| static int | FAIL_ALL Enumerated values |
| static int | IGNORE Enumerated values |
| static String | POLICY_FAIL
text value of onerror option |
| static String | POLICY_FAILALL
text value of onerror option |
| static String | POLICY_IGNORE
text value of onerror option |
| static String | POLICY_REPORT
text value of onerror option |
| static int | REPORT Enumerated values |
| Constructor Summary | |
|---|---|
| OnError()
Constructor | |
| OnError(String value)
Constructor using a string. | |
| Method Summary | |
|---|---|
| String[] | getValues()
get the values |
Parameters: value the value of the attribute
Returns: an array of the allowed values for this attribute.