Class Not
java.lang.Object
org.apache.tools.ant.types.resources.selectors.Not
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidSet the ResourceSelector.booleanReturn true if this Resource is selected.
- 
Constructor Details- 
Notpublic Not()Default constructor.
- 
NotConvenience constructor.- Parameters:
- s- the ResourceSelector to negate.
 
 
- 
- 
Method Details- 
addSet the ResourceSelector.- Parameters:
- s- the ResourceSelector to negate.
- Throws:
- IllegalStateException- if already set.
 
- 
isSelectedReturn true if this Resource is selected.- Specified by:
- isSelectedin interface- ResourceSelector
- Parameters:
- r- the Resource to check.
- Returns:
- whether the Resource was selected.
 
 
-