Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Method | Description |
---|---|---|
static 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.
|
Modifier and Type | Method | Description |
---|---|---|
ModuleSpec.Builder |
ModuleSpec.Builder.addResourceRoot(ResourceLoaderSpec resourceLoader) |
Add a local resource root, from which this module will load class definitions and resources.
|
Modifier and Type | Method | Description |
---|---|---|
protected 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.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.