public static interface ResourcesUtils.Scanner
| 限定符和类型 | 方法和说明 |
|---|---|
void |
found(ResourcesUtils.ScanEvent event,
boolean isInJar)
找到资源(返回值为true表示找到预期的资源结束扫描,false表示继续扫描剩下的资源)
|
void found(ResourcesUtils.ScanEvent event, boolean isInJar) throws IOException
event - 找到资源事件。isInJar - 找到的资源是否处在jar文件里。IOExceptionCopyright © 2020. All rights reserved.