public class ResourceList extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceList(String resourceDirectory,
Pattern pattern) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceList |
forResources(String resourceDirectory,
Pattern pattern) |
Collection<String> |
list()
Find a list of resources matching a given path on the classpath.
|
protected ZipFile |
zipFileFor(File file) |
public static ResourceList forResources(String resourceDirectory, Pattern pattern)
public Collection<String> list()
protected ZipFile zipFileFor(File file) throws IOException
IOExceptionCopyright © 2023. All rights reserved.