public class ArtifactsUrlClassification extends Object
ClassPathClassifier.| Constructor and Description |
|---|
ArtifactsUrlClassification(List<URL> containerUrls,
List<ArtifactUrlClassification> serviceUrlClassifications,
List<URL> testRunnerLibUrls,
List<URL> applicationLibUrls,
List<URL> applicationSharedLibUrls,
List<PluginUrlClassification> pluginUrlClassifications,
List<URL> testRunnerExportedLibUrls)
Creates a instance with the list of
URLs classified in container, plugins and application. |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
getApplicationLibUrls() |
List<URL> |
getApplicationSharedLibUrls() |
List<URL> |
getContainerUrls() |
List<PluginUrlClassification> |
getPluginUrlClassifications() |
List<ArtifactUrlClassification> |
getServiceUrlClassifications() |
List<URL> |
getTestRunnerExportedLibUrls() |
List<URL> |
getTestRunnerLibUrls() |
public ArtifactsUrlClassification(List<URL> containerUrls, List<ArtifactUrlClassification> serviceUrlClassifications, List<URL> testRunnerLibUrls, List<URL> applicationLibUrls, List<URL> applicationSharedLibUrls, List<PluginUrlClassification> pluginUrlClassifications, List<URL> testRunnerExportedLibUrls)
URLs classified in container, plugins and application.containerUrls - list of URL that define the artifacts that would be loaded with the container
ClassLoader. Not null.serviceUrlClassifications - for each plugin discovered a list of ArtifactUrlClassification that defines the
artifact that would be loaded by the service ClassLoader. Not null.testRunnerLibUrls - list of URL that define the artifacts that would be loaded with the test runner plugin
ClassLoader. Not null.applicationLibUrls - applicationSharedLibUrls - of URL that define the artifacts that would be loaded with the shareLib
ClassLoaderpluginUrlClassifications - for each plugin discovered a list of PluginUrlClassification that defines the
artifact that would be loaded by the plugin ClassLoader. Not null.testRunnerExportedLibUrls - define the artifacts that will exported on the test runner plugin in addition to the test
classes and resources from the module being testedpublic List<ArtifactUrlClassification> getServiceUrlClassifications()
public List<PluginUrlClassification> getPluginUrlClassifications()
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.