public interface ModuleEntriesProvider
To discover and return module entries the runtime must delegate to specifc module type dependent implementations
Bundle entries API
ServletContext resource API
Modules entries API
| 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. |
List<String> getEntryPaths(String path)
String objects) to
entries within this module whose longest sub-path matches the specified
path.Module.getEntryPaths(String)URL getEntry(String path)
Module.getEntry(String)Copyright © 2015 JBoss by Red Hat. All rights reserved.