| Package | Description |
|---|---|
| org.mule.runtime.module.artifact.api.classloader | |
| org.mule.runtime.module.artifact.internal.util |
| Constructor and Description |
|---|
FilteringArtifactClassLoader(ArtifactClassLoader artifactClassLoader,
ClassLoaderFilter filter,
List<ExportedService> exportedServices)
Creates a new filtering classLoader
|
FilteringArtifactClassLoader(ClassLoader parent,
ArtifactClassLoader artifactClassLoader,
ClassLoaderFilter filter,
List<ExportedService> exportedServices)
Creates a new filtering classLoader
|
| Modifier and Type | Method and Description |
|---|---|
List<ExportedService> |
JarInfo.getServices() |
| Constructor and Description |
|---|
JarInfo(Set<String> packages,
Set<String> resources,
List<ExportedService> services)
Creates a new instance corresponding to a given JAR.
|
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.