public class ArtifactsUrlClassification extends Object
ClassPathClassifier.| Constructor and Description |
|---|
ArtifactsUrlClassification(List<URL> containerUrls,
List<ArtifactUrlClassification> serviceUrlClassifications,
List<URL> pluginSharedLibUrls,
List<PluginUrlClassification> pluginUrlClassifications,
List<URL> applicationUrls)
Creates a instance with the list of
URLs classified in container, plugins and application. |
| Modifier and Type | Method and Description |
|---|---|
List<URL> |
getApplicationUrls() |
List<URL> |
getContainerUrls() |
List<URL> |
getPluginSharedLibUrls() |
List<PluginUrlClassification> |
getPluginUrlClassifications() |
List<ArtifactUrlClassification> |
getServiceUrlClassifications() |
public ArtifactsUrlClassification(List<URL> containerUrls, List<ArtifactUrlClassification> serviceUrlClassifications, List<URL> pluginSharedLibUrls, List<PluginUrlClassification> pluginUrlClassifications, List<URL> applicationUrls)
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.pluginSharedLibUrls - 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.applicationUrls - list of URL that define the artifacts that would be loaded with the application
ClassLoader. Not null.public List<ArtifactUrlClassification> getServiceUrlClassifications()
public List<PluginUrlClassification> getPluginUrlClassifications()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.