org.apache.tools.ant.types.selectors
public interface FileSelector
Since: 1.5
Method Summary | |
---|---|
boolean | isSelected(File basedir, String filename, File file)
Method that each selector will implement to create their
selection behaviour. |
Parameters: basedir A java.io.File object for the base directory filename The name of the file to check file A File object for this filename
Returns: whether the file should be selected or not
Throws: BuildException if the selector was not configured correctly