public interface MuleRuntimeExtensionModelProvider
ExtensionModel.| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.meta.model.ExtensionModel> |
getExtensionModel(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
Gets the
ExtensionModel for the given plugin. |
Optional<org.mule.runtime.api.meta.model.ExtensionModel> |
getExtensionModel(File plugin)
Gets the
ExtensionModel for the given plugin. |
List<org.mule.runtime.api.meta.model.ExtensionModel> |
getMuleExtensionModels()
Gets the
ExtensionModels for the Mule Runtime core components. |
Optional<org.mule.runtime.api.meta.model.ExtensionModel> getExtensionModel(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
ExtensionModel for the given plugin.pluginDescriptor - ArtifactDescriptor referencing to the plugin artifact.ExtensionModel for the plugin or Optional.empty() if the plugin doesn't have an
ExtensionModel.Optional<org.mule.runtime.api.meta.model.ExtensionModel> getExtensionModel(File plugin)
ExtensionModel for the given plugin.plugin - File referencing to the plugin jar file or the unzipped folder.ExtensionModel for the plugin or Optional.empty() if the plugin doesn't have an
ExtensionModel.Copyright © 2017 MuleSoft, Inc.. All rights reserved.