Class Exists
java.lang.Object
org.apache.tools.ant.types.resources.selectors.Exists
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this Resource is selected.
-
Constructor Details
-
Exists
public Exists()
-
-
Method Details
-
isSelected
Return true if this Resource is selected.- Specified by:
isSelected
in interfaceResourceSelector
- Parameters:
r
- the Resource to check.- Returns:
- whether the Resource was selected.
-