public class ResourceMap extends Object
Constructor and Description |
---|
ResourceMap() |
Modifier and Type | Method and Description |
---|---|
static Map<String,Boolean> |
getResources(Pattern pattern)
For all elements of java.class.path get a Map of resources
Pattern pattern = Pattern.compile(".*").
|
public static Map<String,Boolean> getResources(Pattern pattern)
pattern
- the pattern to matchCopyright © 2003–2015 The Apache Software Foundation. All rights reserved.