| Interface | Description |
|---|---|
| ClassPathClassifier |
A
ClassPathClassifier builds the ArtifactsUrlClassification that would be used for creating the
ClassLoader to run the test. |
| WorkspaceLocationResolver |
Resolves locations of
Artifacts from a IDE workspace, a Maven build session or a similar ad-hoc collection of
artifacts. |
| Class | Description |
|---|---|
| AetherClassPathClassifier |
Creates the
ArtifactUrlClassification based on the Maven dependencies declared by the rootArtifact using Eclipse
Aether. |
| ArtifactClassificationNode |
Defines the result of the classification process for an artifact.
|
| ArtifactClassificationTypeResolver |
Resolves the
ArtifactClassificationType for an Artifact. |
| ArtifactClassLoaderHolder |
Holds
ClassLoaders for application, plugins and container. |
| ArtifactIsolatedClassLoaderBuilder |
Builds a class loading model that mimics the class loading model used in a standalone container.
|
| ArtifactsUrlClassification |
Defines the list of URLS for each class loader that would be created in order to run the test.
|
| ArtifactUrlClassification |
Defines the result of the classification process for a
Artifact. |
| ClassPathClassifierContext |
Represents a context that contains what is needed in order to do a classpath classification.
|
| ClassPathUrlProvider |
Uses java system properties to get the classpath
URLs. |
| DependencyResolver |
Provides
Dependencys resolutions for Maven Artifact based on RepositorySystem and
RepositorySystemSession from Eclipse Aether. |
| IsolatedClassLoaderExtensionsManagerConfigurationBuilder |
A
ConfigurationBuilder that creates an
ExtensionManager. |
| IsolatedServiceProviderDiscoverer |
Discovers services artifacts using the
ArtifactClassLoader already created. |
| MulePluginBasedLoaderFinder | |
| PluginResourcesResolver |
Resolves the
PluginUrlClassification resources, exported packages and resources. |
| PluginUrlClassification |
Defines the result of the classification process for a plugin.
|
| ServiceResourcesResolver |
Resolves the
ArtifactUrlClassification resources, exported packages and resources for services. |
| Enum | Description |
|---|---|
| ArtifactClassificationType |
Defines the type of artifact classification.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.