org.apache.tools.ant.types.selectors

Interface SelectorScanner

public interface SelectorScanner

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

Since: 1.5

Method Summary
String[]getDeselectedDirectories()
Directories which were selected out of a scan.
String[]getDeselectedFiles()
Files which were selected out of a scan.
voidsetSelectors(FileSelector[] selectors)
Sets the selectors the scanner should use.

Method Detail

getDeselectedDirectories

public String[] getDeselectedDirectories()
Directories which were selected out of a scan.

Returns: list of directories not selected

getDeselectedFiles

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

Returns: list of files not selected

setSelectors

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

Parameters: selectors the list of selectors