org.apache.tools.ant.types.resources.selectors
Class Not
java.lang.Object
org.apache.tools.ant.types.resources.selectors.Not
- ResourceSelector
public class Not
extends java.lang.Object
Not ResourceSelector.
Not
public Not()
Default constructor.
Not
public Not(ResourceSelector s)
Convenience constructor.
s
- the ResourceSelector to negate.
add
public void add(ResourceSelector s)
Set the ResourceSelector.
s
- the ResourceSelector to negate.
isSelected
public boolean isSelected(Resource r)
Return true if this Resource is selected.
- isSelected in interface ResourceSelector
r
- the Resource to check.
- whether the Resource was selected.