public class ArtifactPluginClassLoaderFactory extends Object implements ArtifactClassLoaderFactory<ArtifactPluginDescriptor>
ArtifactClassLoader for application or domain plugin descriptors.| Constructor and Description |
|---|
ArtifactPluginClassLoaderFactory() |
| Modifier and Type | Method and Description |
|---|---|
ArtifactClassLoader |
create(String artifactId,
ArtifactClassLoader parent,
ArtifactPluginDescriptor descriptor) |
public ArtifactClassLoader create(String artifactId, ArtifactClassLoader parent, ArtifactPluginDescriptor descriptor)
create in interface ArtifactClassLoaderFactory<ArtifactPluginDescriptor>artifactId - artifact unique ID. Non empty.parent - parent for the new artifact classloader.descriptor - descriptor of the artifact owner of the created classloaderArtifactClassLoader for the given ArtifactPluginDescriptorCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.