| Package | Description |
|---|---|
| org.mule.runtime.module.artifact.api.classloader | |
| org.mule.runtime.module.artifact.api.classloader.exception |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ArtifactClassLoaderFilter
Filter that provides access to the configured exported packages and resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultArtifactClassLoaderFilter
Filters classes and resources using a
ArtifactDescriptor describing exported/blocked names. |
| Constructor and Description |
|---|
FilteringArtifactClassLoader(ArtifactClassLoader artifactClassLoader,
ClassLoaderFilter filter,
List<ExportedService> exportedServices)
Creates a new filtering classLoader
|
| Modifier and Type | Method and Description |
|---|---|
ClassLoaderFilter |
NotExportedClassException.getFilter() |
| Constructor and Description |
|---|
NotExportedClassException(String className,
String artifactName,
ClassLoaderFilter filter)
Builds the exception.
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.