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

SelectorScanner

public interface SelectorScanner
An interface used to describe the actions required by any type of directory scanner that supports Selecters.
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public java.lang.String[]getDeselectedDirectories()
Directories which were selected out of a scan.

return
list of directories not selected

public java.lang.String[]getDeselectedFiles()
Files which were selected out of a scan.

return
list of files not selected

public voidsetSelectors(FileSelector[] selectors)
Sets the selectors the scanner should use.

param
selectors the list of selectors