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