public interface IterableLocalLoader extends LocalLoader
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Resource> |
iterateResources(java.lang.String startPath,
boolean recursive)
Enumerate all the resources under the given path.
|
loadClassLocal, loadPackageLocal, loadResourceLocal
java.util.Iterator<Resource> iterateResources(java.lang.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 path