org.apache.tools.ant.types.selectors
public class NotSelector extends NoneSelector
Since: 1.5
| Constructor Summary | |
|---|---|
| NotSelector()
Default constructor. | |
| NotSelector(FileSelector other)
Constructor that inverts the meaning of its argument. | |
| Method Summary | |
|---|---|
| String | toString() |
| void | verifySettings()
Makes sure that there is only one entry, sets an error message if
not. |
Parameters: other the selector to invert
Since: Ant 1.7
Returns: a string representation of the selector