Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Method and Description |
---|---|
Resource |
Module.getExportedResource(String rootPath,
String resourcePath)
Get an exported resource from a specific root in this module.
|
Resource |
AbstractResourceLoader.getResource(String name)
Get a resource with the given name.
|
Resource |
ResourceLoader.getResource(String name)
Get a resource with the given name.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.