org.apache.tools.ant.taskdefs
Class Definer.OnError
- Definer
public static class Definer.OnError
Enumerated type for onError attribute
EnumeratedAttribute
static int | FAIL - Enumerated values
|
static int | IGNORE - Enumerated values
|
static int | REPORT - Enumerated values
|
OnError() - Constructor
|
OnError(String value) - Constructor using a string.
|
FAIL
public static final int FAIL
Enumerated values
- 0
IGNORE
public static final int IGNORE
Enumerated values
- 2
REPORT
public static final int REPORT
Enumerated values
- 1
OnError
public OnError()
Constructor
OnError
public OnError(String value)
Constructor using a string.
value
- the value of the attribute
getValues
public String[] getValues()
get the values
- getValues in interface EnumeratedAttribute
- an array of the allowed values for this attribute.
Copyright B) 2000-2005 Apache Software Foundation. All Rights Reserved.