Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
org.jboss.modules.filter |
Classes related to filtering.
|
Modifier and Type | Method | Description |
---|---|---|
Resource |
Module.getExportedResource(String rootPath,
String resourcePath) |
Get an exported resource from a specific root in this module.
|
Resource |
AbstractResourceLoader.getResource(String name) |
|
Resource |
ResourceLoader.getResource(String name) |
Get a resource with the given name.
|
Modifier and Type | Method | Description |
---|---|---|
Iterator<Resource> |
Module.globResources(String glob) |
Enumerate all imported resources in this module which match the given glob expression.
|
Iterator<Resource> |
IterableLocalLoader.iterateResources(String startPath,
boolean recursive) |
Enumerate all the resources under the given path.
|
Iterator<Resource> |
IterableResourceLoader.iterateResources(String startPath,
boolean recursive) |
Enumerate all the resources under the given path.
|
Iterator<Resource> |
Module.iterateResources(PathFilter filter) |
Enumerate all the imported resources in this module, subject to a path filter.
|
Iterator<Resource> |
ModuleClassLoader.iterateResources(String startName,
boolean recurse) |
Iterate the resources within this module class loader.
|
List<Resource> |
AbstractLocalLoader.loadResourceLocal(String name) |
Load a resource which is locally defined by this loader.
|
List<Resource> |
LocalLoader.loadResourceLocal(String name) |
Load a resource which is locally defined by this loader.
|
List<Resource> |
ModuleClassLoader.loadResourceLocal(String name) |
Load a local resource from this class loader.
|
Modifier and Type | Method | Description |
---|---|---|
static Iterator<Resource> |
PathFilters.filtered(PathFilter filter,
Iterator<Resource> original) |
Get a filtered view of a resource iteration.
|
Modifier and Type | Method | Description |
---|---|---|
static Iterator<Resource> |
PathFilters.filtered(PathFilter filter,
Iterator<Resource> original) |
Get a filtered view of a resource iteration.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.