java.lang.Object
com.thoughtworks.qdox.directorywalker.DirectoryScanner
A directory scanner, which can scan files based on optional filters.
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
DirectoryScanner
- 参数:
file- the directory (or file) to scan
-
-
方法详细资料
-
addFilter
Add a filter to this scanner.- 参数:
filter- the filter
-
scan
- 返回:
- a list of files matching the filters, never
null
-
scan
Scans the directory. Every file not filtered out by a filter fill be passed to thefileVisitor- 参数:
fileVisitor- handler for matching files.
-