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

Exists

public class Exists extends Object implements ResourceSelector
Exists ResourceSelector.
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.

        return r.isExists();