public class ResourceList extends Object
| Constructor and Description |
|---|
ResourceList() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<File> |
getDirectories()
Returns all directories found.
|
static Collection<JarDescriptor> |
getJars()
Returns all JAR files found.
|
static Collection<Manifest> |
getManifests()
Returns all manifest files found.
|
static Collection<URL> |
getResources(Pattern pattern)
for all elements of java.class.path get a Collection of resources Pattern
pattern = Pattern.compile(".*"); gets all resources
|
public static Collection<Manifest> getManifests()
public static Collection<JarDescriptor> getJars()
public static Collection<File> getDirectories()
public static Collection<URL> getResources(Pattern pattern)
pattern - the pattern to matchCopyright © 2014. All rights reserved.