Uses of Interface
org.jboss.modules.Resource
Packages that use Resource
Package
Description
The primary JBoss Modules API.
Classes related to filtering.
-
Uses of Resource in org.jboss.modules
Classes in org.jboss.modules that implement ResourceModifier and TypeClassDescription(package private) final class
A file entry resource.(package private) final class
(package private) final class
Fields in org.jboss.modules declared as ResourceMethods in org.jboss.modules that return ResourceModifier and TypeMethodDescriptionModule.getExportedResource
(String rootPath, String resourcePath) Get an exported resource from a specific root in this module.AbstractResourceLoader.getResource
(String name) FileResourceLoader.getResource
(String name) FilteredIterableResourceLoader.getResource
(String name) FilteredResourceLoader.getResource
(String name) JarFileResourceLoader.getResource
(String name) ResourceLoader.getResource
(String name) Get a resource with the given name.(package private) Resource
ModuleClassLoader.loadResourceLocal
(String root, String name) Load a local resource from a specific root from this module class loader.FileResourceLoader.Itr.next()
Methods in org.jboss.modules that return types with arguments of type ResourceModifier and TypeMethodDescriptionModule.globResources
(String glob) Enumerate all imported resources in this module which match the given glob expression.FileResourceLoader.iterateResources
(String startPath, boolean recursive) FilteredIterableLocalLoader.iterateResources
(String startPath, boolean recursive) FilteredIterableResourceLoader.iterateResources
(String startPath, boolean recursive) IterableLocalLoader.iterateResources
(String startPath, boolean recursive) Enumerate all the resources under the given path.IterableResourceLoader.iterateResources
(String startPath, boolean recursive) Enumerate all the resources under the given path.JarFileResourceLoader.iterateResources
(String startPath, boolean recursive) Module.iterateResources
(PathFilter filter) Enumerate all the imported resources in this module, subject to a path filter.ModuleClassLoader.iterateResources
(String startName, boolean recurse) Iterate the resources within this module class loader.AbstractLocalLoader.loadResourceLocal
(String name) Load a resource which is locally defined by this loader.ClassLoaderLocalLoader.loadResourceLocal
(String name) FilteredIterableLocalLoader.loadResourceLocal
(String name) FilteredLocalLoader.loadResourceLocal
(String name) LocalLoader.loadResourceLocal
(String name) Load a resource which is locally defined by this loader.ModuleClassLoader.loadResourceLocal
(String name) Load a local 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 ResourceModifier and TypeMethodDescriptionPathFilters.filtered
(PathFilter filter, Iterator<Resource> original) Get a filtered view of a resource iteration.Method parameters in org.jboss.modules.filter with type arguments of type Resource