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 ResourceLoaderSpecResourceLoaderSpec.createResourceLoaderSpec(ResourceLoader resourceLoader) Construct a new instance which accepts all paths in the resource loader.static ResourceLoaderSpecResourceLoaderSpec.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 voidModuleLoader.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.