Uses of Class
org.jboss.modules.ResourceLoaderSpec
Packages that use ResourceLoaderSpec
-
Uses of ResourceLoaderSpec in org.jboss.modules
Methods in org.jboss.modules that return ResourceLoaderSpecModifier and TypeMethodDescriptionstatic ResourceLoaderSpec
ResourceLoaderSpec.createResourceLoaderSpec
(ResourceLoader resourceLoader) Construct a new instance which accepts all paths in the resource loader.static ResourceLoaderSpec
ResourceLoaderSpec.createResourceLoaderSpec
(ResourceLoader resourceLoader, PathFilter pathFilter) Construct a new instance.Methods in org.jboss.modules with parameters of type ResourceLoaderSpecModifier and TypeMethodDescriptionModuleSpec.Builder.addResourceRoot
(ResourceLoaderSpec resourceLoader) Add a local resource root, from which this module will load class definitions and resources.Method parameters in org.jboss.modules with type arguments of type ResourceLoaderSpecModifier and TypeMethodDescriptionprotected void
ModuleLoader.setAndRefreshResourceLoaders
(Module module, Collection<ResourceLoaderSpec> loaders) Replaces the resources loaders for the specified module and refreshes the internal path list that is derived from the loaders.