org.apache.tools.ant.taskdefs

Class Definer.OnError

public static class Definer.OnError extends EnumeratedAttribute

Enumerated type for onError attribute

See Also: EnumeratedAttribute

Field Summary
static intFAIL
Enumerated values
static intIGNORE
Enumerated values
static intREPORT
Enumerated values
Constructor Summary
OnError()
Constructor
OnError(String value)
Constructor using a string.
Method Summary
String[]getValues()
get the values

Field Detail

FAIL

public static final int FAIL
Enumerated values

IGNORE

public static final int IGNORE
Enumerated values

REPORT

public static final int REPORT
Enumerated values

Constructor Detail

OnError

public OnError()
Constructor

OnError

public OnError(String value)
Constructor using a string.

Parameters: value the value of the attribute

Method Detail

getValues

public String[] getValues()
get the values

Returns: an array of the allowed values for this attribute.

Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.