Uses of Interface
org.jboss.modules.Resource
-
Packages that use Resource Package Description org.jboss.modules The primary JBoss Modules API.org.jboss.modules.filter Classes related to filtering. -
-
Uses of Resource in org.jboss.modules
Methods in org.jboss.modules that return Resource Modifier and Type Method Description Resource
Module. getExportedResource(java.lang.String rootPath, java.lang.String resourcePath)
Deprecated.Resource root names are deprecated.Resource
AbstractResourceLoader. getResource(java.lang.String name)
Resource
ResourceLoader. getResource(java.lang.String name)
Get a resource with the given name.Methods in org.jboss.modules that return types with arguments of type Resource Modifier and Type Method 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>
IterableLocalLoader. iterateResources(java.lang.String startPath, boolean recursive)
Enumerate all the resources under the given path.java.util.Iterator<Resource>
IterableResourceLoader. iterateResources(java.lang.String startPath, boolean recursive)
Enumerate all the resources under the given path.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>
ModuleClassLoader. iterateResources(java.lang.String startName, boolean recurse)
Iterate the resources within this module class loader.java.util.List<Resource>
AbstractLocalLoader. loadResourceLocal(java.lang.String name)
Load a resource which is locally defined by this loader.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 exported resource from this class loader. -
Uses of Resource in org.jboss.modules.filter
Methods in org.jboss.modules.filter that return types with arguments of type Resource Modifier and Type Method Description static java.util.Iterator<Resource>
PathFilters. filtered(PathFilter filter, java.util.Iterator<Resource> original)
Get a filtered view of a resource iteration.Method parameters in org.jboss.modules.filter with type arguments of type Resource Modifier and Type Method Description static java.util.Iterator<Resource>
PathFilters. filtered(PathFilter filter, java.util.Iterator<Resource> original)
Get a filtered view of a resource iteration.
-