
public interface IterableResourceLoader extends ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
Iterator<Resource> |
iterateResources(String startPath,
boolean recursive)
Enumerate all the resources under the given path.
|
getClassSpec, getLibrary, getPackageSpec, getPaths, getResource, getRootNameIterator<Resource> iterateResources(String startPath, boolean recursive)
.., such segments will be consumed.
If the path is absolute, it will be converted to a relative path by dropping the leading /.startPath - the path to search underrecursive - true to recursively descend into subdirectories, false to only read this pathCopyright © 2013 JBoss by Red Hat. All Rights Reserved.