public class FileLoader extends ResourceLoader implements Loader
ResourceLoader.ResourceEnumerator| Constructor and Description |
|---|
FileLoader(File root) |
FileLoader(URL fileURL) |
FileLoader(URL context,
File root) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Resource> |
load(String path,
boolean recursively,
Filter filter)
加载指定路径的所有满足过滤条件的资源。
|
load, load, loadpublic FileLoader(File root) throws IOException
IOExceptionpublic FileLoader(URL fileURL)
Copyright © 2019. All rights reserved.