|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ScannerFactory
Interface to generate scanners.
Method Summary | |
---|---|
org.apache.tools.ant.DirectoryScanner |
createScanner(File root) Creates the scanner with the given root directory set. |
org.apache.tools.ant.DirectoryScanner |
createScanner(String root) Creates the scanner with the given root directory set. |
Method Detail |
---|
org.apache.tools.ant.DirectoryScanner createScanner(String root)
root
- the root directory to scan.
org.apache.tools.ant.DirectoryScanner createScanner(File root)
root
- the root directory to scan.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |