org.apache.tools.ant.taskdefs
Class Definer.OnError
- Definer
public static class Definer.OnError
Enumerated type for onError attribute
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
IGNORE
public static final int IGNORE
Enumerated values
REPORT
public static final int REPORT
Enumerated values
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-2008 Apache Software Foundation. All Rights Reserved.