|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FileSelector
This is the interface to be used by all selectors.
Method Summary | |
---|---|
boolean |
isSelected(java.io.File basedir,
java.lang.String filename,
java.io.File file)
Method that each selector will implement to create their selection behaviour. |
Method Detail |
---|
boolean isSelected(java.io.File basedir, java.lang.String filename, java.io.File file) throws BuildException
basedir
- A java.io.File object for the base directoryfilename
- The name of the file to checkfile
- A File object for this filename
BuildException
- if the selector was not configured correctly
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |