This is the interface to be used by all selectors.
author | Hans Lellelid, hans@xmpl.org (Phing) |
---|---|
author | Bruce Atherton, bruce@callenish.com (Ant) |
package | phing.types.selectors |
isSelected(\PhingFile $basedir, \filename $filename, \PhingFile $file) : \whether
If there is a problem with the setup of a selector, it can throw a BuildException to indicate the problem.
\basedir
A PhingFile object for the base directory
\filename
The name of the file to check
\file
A PhingFile object for this filename
\BuildException |
if the selector was not configured correctly |
---|
\whether
the file should be selected or not