| Modifier and Type | Method and Description |
|---|---|
AbstractArtifactDescriptorFactory<org.mule.runtime.api.deployment.meta.MuleApplicationModel,ApplicationDescriptor> |
ArtifactDescriptorFactoryProvider.createApplicationDescriptorFactory(ArtifactDescriptorFactory<ArtifactPluginDescriptor> artifactPluginDescriptorFactory,
DescriptorLoaderRepository descriptorLoaderRepository,
ArtifactDescriptorValidatorBuilder artifactDescriptorValidatorBuilder)
Creates a factory of descriptors for describing mule applications.
|
| Modifier and Type | Method and Description |
|---|---|
static DeployableArtifactClassLoaderFactory<ApplicationDescriptor> |
DeployableArtifactClassLoaderFactoryProvider.applicationClassLoaderFactory(Function<String,File> nativeLibsTempFolderChildFunction)
Creates a new factory for
ClassLoaders of Mule Applications. |
| Constructor and Description |
|---|
ApplicationClassLoaderBuilderFactory(DeployableArtifactClassLoaderFactory<ApplicationDescriptor> applicationClassLoaderFactory,
RegionPluginClassLoadersFactory pluginClassLoadersFactory)
Creates an
ApplicationClassLoaderBuilderFactory to create ApplicationClassLoaderBuilder instances. |
| Modifier and Type | Method and Description |
|---|---|
ArtifactClassLoader |
MuleApplicationClassLoaderFactory.create(String artifactId,
ArtifactClassLoader parent,
ApplicationDescriptor descriptor,
List<ArtifactClassLoader> artifactPluginClassLoaders) |
| Constructor and Description |
|---|
DefaultApplicationClassLoaderBuilder(DeployableArtifactClassLoaderFactory<ApplicationDescriptor> artifactClassLoaderFactory,
RegionPluginClassLoadersFactory pluginClassLoadersFactory)
Creates a new builder for creating
Application artifacts. |
| Constructor and Description |
|---|
ToolingApplicationClassLoaderBuilder(DeployableArtifactClassLoaderFactory<ApplicationDescriptor> artifactClassLoaderFactory,
RegionPluginClassLoadersFactory pluginClassLoadersFactory)
Creates a new builder for creating
Application artifacts. |
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.