org.apache.tools.ant.types
public static class FilterSet.OnMissing extends EnumeratedAttribute
Since: Ant 1.7
| Field Summary | |
|---|---|
| static FilterSet.OnMissing | FAIL Fail value |
| static FilterSet.OnMissing | IGNORE Ignore value |
| static FilterSet.OnMissing | WARN Warn value |
| Constructor Summary | |
|---|---|
| OnMissing()
Default constructor. | |
| OnMissing(String value)
Convenience constructor. | |
| Method Summary | |
|---|---|
| String[] | getValues() {@inheritDoc }. |
Parameters: value the value to set.