public interface ExtensionModelService
ExtensionModels.
A ExtensionModelService| Modifier and Type | Method and Description |
|---|---|
Optional<org.mule.runtime.api.meta.model.ExtensionModel> |
loadExtensionModel(ArtifactDescriptor pluginDescriptor)
Loads the
ExtensionModel for the given plugin. |
Optional<org.mule.runtime.api.meta.model.ExtensionModel> |
loadExtensionModel(File plugin)
Loads the
ExtensionModel for the given plugin. |
org.mule.runtime.api.meta.model.ExtensionModel |
loadMuleCoreExtensionModel()
Loads the
ExtensionModel for Mule Runtime core components. |
Optional<org.mule.runtime.api.meta.model.ExtensionModel> loadExtensionModel(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> loadExtensionModel(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.org.mule.runtime.api.meta.model.ExtensionModel loadMuleCoreExtensionModel()
ExtensionModel for Mule Runtime core components.ExtensionModel for Mule Runtime core components.Copyright © 2017 MuleSoft, Inc.. All rights reserved.