public static interface ResourceLoader.Scanner<T>
| 限定符和类型 | 方法和说明 |
|---|---|
T |
found(ResourceLoader.ScanEvent event)
找到资源(返回值为true表示找到预期的资源结束扫描,false表示继续扫描剩下的资源)
|
T found(ResourceLoader.ScanEvent event) throws IOException
event - 找到资源事件。IOExceptionCopyright © 2022. All rights reserved.