Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
org.jboss.modules.filter |
Classes related to filtering.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FileEntryResource
A file entry resource.
|
(package private) class |
JarEntryResource |
(package private) class |
URLResource |
Modifier and Type | Field and Description |
---|---|
private Resource |
FileResourceLoader.Itr.next |
Modifier and Type | Method and Description |
---|---|
Resource |
Module.getExportedResource(java.lang.String rootPath,
java.lang.String resourcePath)
Get an exported resource from a specific root in this module.
|
Resource |
FileResourceLoader.getResource(java.lang.String name) |
Resource |
AbstractResourceLoader.getResource(java.lang.String name) |
Resource |
FilteredIterableResourceLoader.getResource(java.lang.String name) |
Resource |
JarFileResourceLoader.getResource(java.lang.String name) |
Resource |
ResourceLoader.getResource(java.lang.String name)
Get a resource with the given name.
|
Resource |
FilteredResourceLoader.getResource(java.lang.String name) |
(package private) Resource |
ModuleClassLoader.loadResourceLocal(java.lang.String root,
java.lang.String name)
Load a local resource from a specific root from this module class loader.
|
Resource |
FileResourceLoader.Itr.next() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Resource> |
Module.globResources(java.lang.String glob)
Enumerate all imported resources in this module which match the given glob expression.
|
java.util.Iterator<Resource> |
Module.iterateResources(PathFilter filter)
Enumerate all the imported resources in this module, subject to a path filter.
|
java.util.Iterator<Resource> |
FileResourceLoader.iterateResources(java.lang.String startPath,
boolean recursive) |
java.util.Iterator<Resource> |
IterableLocalLoader.iterateResources(java.lang.String startPath,
boolean recursive)
Enumerate all the resources under the given path.
|
java.util.Iterator<Resource> |
FilteredIterableResourceLoader.iterateResources(java.lang.String startPath,
boolean recursive) |
java.util.Iterator<Resource> |
JarFileResourceLoader.iterateResources(java.lang.String startPath,
boolean recursive) |
java.util.Iterator<Resource> |
FilteredIterableLocalLoader.iterateResources(java.lang.String startPath,
boolean recursive) |
java.util.Iterator<Resource> |
IterableResourceLoader.iterateResources(java.lang.String startPath,
boolean recursive)
Enumerate all the resources under the given path.
|
java.util.Iterator<Resource> |
ModuleClassLoader.iterateResources(java.lang.String startName,
boolean recurse)
Iterate the resources within this module class loader.
|
java.util.List<Resource> |
FilteredLocalLoader.loadResourceLocal(java.lang.String name) |
java.util.List<Resource> |
AbstractLocalLoader.loadResourceLocal(java.lang.String name)
Load a resource which is locally defined by this loader.
|
java.util.List<Resource> |
FilteredIterableLocalLoader.loadResourceLocal(java.lang.String name) |
java.util.List<Resource> |
ClassLoaderLocalLoader.loadResourceLocal(java.lang.String name) |
java.util.List<Resource> |
LocalLoader.loadResourceLocal(java.lang.String name)
Load a resource which is locally defined by this loader.
|
java.util.List<Resource> |
ModuleClassLoader.loadResourceLocal(java.lang.String name)
Load a local resource from this class loader.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<Resource> |
PathFilters.filtered(PathFilter filter,
java.util.Iterator<Resource> original)
Get a filtered view of a resource iteration.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Iterator<Resource> |
PathFilters.filtered(PathFilter filter,
java.util.Iterator<Resource> original)
Get a filtered view of a resource iteration.
|