FileDocCategorySizeDatePackage
ResourceSelector.javaAPI DocApache Ant 1.701213Wed Dec 13 06:16:24 GMT 2006org.apache.tools.ant.types.resources.selectors

ResourceSelector

public interface ResourceSelector
Interface for a Resource selector.
since
Ant 1.7

Fields Summary
Constructors Summary
Methods Summary
public booleanisSelected(org.apache.tools.ant.types.Resource r)
Return true if this Resource is selected.

param
r the Resource to check.
return
whether the Resource was selected.