public class StdLoader extends ResourceLoader implements Loader
ResourceLoader.ResourceEnumerator| Constructor and Description |
|---|
StdLoader() |
StdLoader(ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Resource> |
load(String path,
boolean recursively,
Filter filter)
加载指定路径的所有满足过滤条件的资源。
|
load, load, loadpublic StdLoader()
public StdLoader(ClassLoader classLoader)
public Enumeration<Resource> load(String path, boolean recursively, Filter filter) throws IOException
Loaderload in interface Loaderpath - 资源路径recursively - 递归加载filter - 过滤器IOException - I/O 异常Copyright © 2019. All rights reserved.