public abstract class ListableResourceFinder extends ResourceFinder
ResourceFinder class with a list(String, boolean) method.EMPTY_RESOURCE_FINDER| Constructor and Description |
|---|
ListableResourceFinder() |
| Modifier and Type | Method and Description |
|---|---|
abstract Iterable<Resource> |
list(String resourceNamePrefix,
boolean recurse) |
findResource, findResourceAsStream@Nullable public abstract Iterable<Resource> list(String resourceNamePrefix, boolean recurse) throws IOException
resourceNamePrefix - E.g. "" or "java/lang"null iff
a location designated by the resourceNamePrefix does not existIOExceptionCopyright © 2022. All rights reserved.