org.apache.tools.ant.types.selectors
Interface SelectorScanner
- DependScanner, DirectoryScanner, FTP.FTPDirectoryScanner, ZipScanner
public interface SelectorScanner
An interface used to describe the actions required by any type of
directory scanner that supports Selecters.
getDeselectedDirectories
public String[] getDeselectedDirectories()
Directories which were selected out of a scan.
- list of directories not selected
getDeselectedFiles
public String[] getDeselectedFiles()
Files which were selected out of a scan.
- list of files not selected
setSelectors
public void setSelectors(FileSelector[] selectors)
Sets the selectors the scanner should use.
selectors
- the list of selectors
Copyright B) 2000-2007 Apache Software Foundation. All Rights Reserved.