public interface ExtensionModelGenerator
ExtensionModel for a given artifact.| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.model.ExtensionModel |
obtainExtensionModel(ExtensionDiscoveryRequest discoveryRequest,
ArtifactPluginDescriptor artifactPluginDescriptor,
Set<org.mule.runtime.api.meta.model.ExtensionModel> dependencies)
Generate the
ExtensionModel for the artifact with the given artifactPluginDescriptor. |
org.mule.runtime.api.meta.model.ExtensionModel obtainExtensionModel(ExtensionDiscoveryRequest discoveryRequest, ArtifactPluginDescriptor artifactPluginDescriptor, Set<org.mule.runtime.api.meta.model.ExtensionModel> dependencies)
ExtensionModel for the artifact with the given artifactPluginDescriptor.discoveryRequest - the request that triggered the generation of this ExtensionModel.artifactPluginDescriptor - the descriptor of the plugin to generate the ExtensionModel for.dependencies - the ExtensionModels for the dependencies of artifactPluginDescriptor.ExtensionModel for artifactPluginDescriptor.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.