public final class ResourceMap extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Boolean> |
getResources(Pattern pattern)
For all elements of java.class.path OR from the resource name set in the
system property 'schema.resource.location' 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.