Package | Description |
---|---|
org.jboss.modules |
The primary JBoss Modules API.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IterableResourceLoader
A resource loader which has the ability to enumerate its contents.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceLoader
An abstract resource loader implementation.
|
class |
NativeLibraryResourceLoader
A base class for resource loaders which can load native libraries.
|
Modifier and Type | Method and Description |
---|---|
static ResourceLoader |
ResourceLoaders.createFileResourceLoader(String name,
File root)
Create a filesystem-backed resource loader with support for native libraries.
|
static ResourceLoader |
ResourceLoaders.createFilteredResourceLoader(PathFilter pathFilter,
ResourceLoader originalLoader)
Create a filtered view of a resource loader, which allows classes to be included or excluded on a name basis.
|
static ResourceLoader |
ResourceLoaders.createJarResourceLoader(String name,
JarFile jarFile)
Create a JAR-backed resource loader.
|
Modifier and Type | Method and Description |
---|---|
static ResourceLoader |
ResourceLoaders.createFilteredResourceLoader(PathFilter pathFilter,
ResourceLoader originalLoader)
Create a filtered view of a resource loader, which allows classes to be included or excluded on a name basis.
|
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.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.