public interface IScanner
| 限定符和类型 | 方法和说明 |
|---|---|
IScanner |
addAbsolutePath(String... path)
添加绝对路径
|
IScanner |
addRelativePath(String... path)
添加相对路径
|
IScanner |
ignore(String... path)
忽略指定路径
|
IScanner |
ignoreJarByManifestAttribute(String key,
String... value)
忽略带有指定manifest属性的jar
|
IScanner |
setCaller(String path)
设置调用者路径
|
IScanner |
start()
开始扫描
|
Copyright © 2020. All Rights Reserved.