|
|||||||||
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.types.FilterSet.OnMissing
public static class FilterSet.OnMissing
EnumeratedAttribute to set behavior WRT missing filtersfiles: "fail" (default), "warn", "ignore".
Field Summary | |
---|---|
static FilterSet.OnMissing |
FAIL
Fail value |
static FilterSet.OnMissing |
IGNORE
Ignore value |
static FilterSet.OnMissing |
WARN
Warn value |
Fields inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
value |
Constructor Summary | |
---|---|
FilterSet.OnMissing()
Default constructor. |
|
FilterSet.OnMissing(java.lang.String value)
Convenience constructor. |
Method Summary | |
---|---|
java.lang.String[] |
getValues()
This is the only method a subclass needs to implement.. |
Methods inherited from class org.apache.tools.ant.types.EnumeratedAttribute |
---|
containsValue, getIndex, getInstance, 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 FilterSet.OnMissing FAIL
public static final FilterSet.OnMissing WARN
public static final FilterSet.OnMissing IGNORE
Constructor Detail |
---|
public FilterSet.OnMissing()
public FilterSet.OnMissing(java.lang.String value)
value
- the value to set.Method 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 |