public interface ApplicationPluginDescriptorsResolver
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactPluginDescriptor> |
resolveArtifactPluginDescriptors(Set<ArtifactPluginDescriptor> domainPluginDescriptors,
Set<ArtifactPluginDescriptor> applicationArtifactPluginDescriptorsDeclared)
It will check if a plugin declared by the application is already present in the domain's and check if the plugin versions
are compatible, if not it will throw an exception.
|
List<ArtifactPluginDescriptor> resolveArtifactPluginDescriptors(Set<ArtifactPluginDescriptor> domainPluginDescriptors, Set<ArtifactPluginDescriptor> applicationArtifactPluginDescriptorsDeclared)
domainPluginDescriptors - plugins descriptors already resolved for the Domain artifact.applicationArtifactPluginDescriptorsDeclared - plugins descriptors declared by the application artifact.List of ArtifactPluginDescriptor that were resolved for the application, filtering the ones already present in
domain.Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.