Class Exists
- java.lang.Object
- 
- org.apache.tools.ant.types.resources.selectors.Exists
 
- 
- All Implemented Interfaces:
- ResourceSelector
 
 public class Exists extends java.lang.Object implements ResourceSelector Exists ResourceSelector.- Since:
- Ant 1.7
 
- 
- 
Constructor SummaryConstructors Constructor Description Exists()
 - 
Method SummaryModifier and Type Method Description booleanisSelected(Resource r)Return true if this Resource is selected.
 
- 
- 
- 
Method Detail- 
isSelectedpublic boolean isSelected(Resource r) Return true if this Resource is selected.- Specified by:
- isSelectedin interface- ResourceSelector
- Parameters:
- r- the Resource to check.
- Returns:
- whether the Resource was selected.
 
 
- 
 
-