| Class | Description |
|---|---|
| ToolingApplicationClassLoaderBuilder |
ArtifactClassLoader builder for class loaders required by Application artifacts for Tooling. |
| ToolingArtifactClassLoader |
Tooling
ClassLoader that will delegate every call to it's delegate (the specific
org.eclipse.aether.artifact.Artifact under ToolingArtifactClassLoader.delegateArtifactClassLoader, but when doing the ToolingArtifactClassLoader.dispose()
it will dispatch to the RegionClassLoader pointed by ToolingArtifactClassLoader.regionClassLoader that contains all the related class
loaders in it. |
| ToolingDomainClassLoaderBuilder |
ArtifactClassLoader builder for class loaders required by Domain artifacts |
| ToolingPluginClassLoaderBuilder |
Given an
ArtifactPluginDescriptor as a starting point, it will generate a ArtifactClassLoader capable of
working with the plugin and any other plugins it relies on. |
| ToolingRegionClassLoader |
Tooling implementation of a
RegionClassLoader that allows
to override some behaviour. |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.