public interface DomainClassLoaderBuilder
ArtifactClassLoader builder for class loaders required by Domain artifacts| Modifier and Type | Method and Description |
|---|---|
MuleDeployableArtifactClassLoader |
build()
Creates a new
MuleDeployableArtifactClassLoader using the provided configuration. |
DomainClassLoaderBuilder |
setArtifactDescriptor(ArtifactDescriptor artifactDescriptor) |
DomainClassLoaderBuilder setArtifactDescriptor(ArtifactDescriptor artifactDescriptor)
artifactDescriptor - the descriptor of the artifact for which the class loader is going to be created.MuleDeployableArtifactClassLoader build()
MuleDeployableArtifactClassLoader using the provided configuration. It will create the proper class
loader hierarchy and filters so domain classes, resources and plugins are resolve correctly.MuleDeployableArtifactClassLoader created from the provided configuration.Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.