@NoImplement @Deprecated public interface DeployableArtifactClassLoaderFactory<T extends ArtifactDescriptor>
ClassLoader instances for deployable artifacts| Modifier and Type | Method and Description |
|---|---|
default ArtifactClassLoader |
create(String artifactId,
ArtifactClassLoader parent,
T descriptor)
Deprecated.
Creates a
ClassLoader from a given descriptor |
ArtifactClassLoader |
create(String artifactId,
ArtifactClassLoader parent,
T descriptor,
List<ArtifactClassLoader> artifactPluginClassLoaders)
Deprecated.
|
default ArtifactClassLoader create(String artifactId, ArtifactClassLoader parent, T descriptor)
ClassLoader from a given descriptorartifactId - artifact unique IDparent - parent for the new artifact classloader.descriptor - descriptor of the artifact owner of the created classloader@Deprecated ArtifactClassLoader create(String artifactId, ArtifactClassLoader parent, T descriptor, List<ArtifactClassLoader> artifactPluginClassLoaders)
create(String, ArtifactClassLoader, ArtifactDescriptor) instead.ClassLoader from a given descriptorartifactId - artifact unique IDparent - parent for the new artifact classloader.descriptor - descriptor of the artifact owner of the created classloaderartifactPluginClassLoaders - List with the artifact plugin class loadersCopyright © 2003–2023 MuleSoft, Inc.. All rights reserved.