Class Exists
java.lang.Object
org.apache.tools.ant.types.resources.selectors.Exists
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleanReturn true if this Resource is selected.
- 
Constructor Details- 
Existspublic Exists()
 
- 
- 
Method Details- 
isSelectedReturn true if this Resource is selected.- Specified by:
- isSelectedin interface- ResourceSelector
- Parameters:
- r- the Resource to check.
- Returns:
- whether the Resource was selected.
 
 
-