public final class ClassLoaderEntriesProvider extends Object implements ModuleEntriesProvider
| Constructor and Description |
|---|
ClassLoaderEntriesProvider(Module module) |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
findEntries(String path,
String filePattern,
boolean recurse)
Find entries in this module.
|
URL |
getEntry(String path)
Returns a URL to the entry at the specified path in this module.
|
List<String> |
getEntryPaths(String path)
Returns an Enumeration of all the paths (
String objects) to
entries within this module whose longest sub-path matches the specified
path. |
public ClassLoaderEntriesProvider(Module module)
public URL getEntry(String path)
ModuleEntriesProvidergetEntry in interface ModuleEntriesProviderModule.getEntry(String)public List<String> getEntryPaths(String path)
ModuleEntriesProviderString objects) to
entries within this module whose longest sub-path matches the specified
path.getEntryPaths in interface ModuleEntriesProviderModule.getEntryPaths(String)public List<URL> findEntries(String path, String filePattern, boolean recurse)
ModuleEntriesProviderfindEntries in interface ModuleEntriesProviderModule.findEntries(String, String, boolean)Copyright © 2014 JBoss by Red Hat. All Rights Reserved.