public interface InternalExtensionModelService
| Modifier and Type | Method and Description |
|---|---|
Optional<LoadedExtensionInformation> |
loadExtensionData(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
Loads the
ExtensionModel for the given plugin. |
Optional<LoadedExtensionInformation> |
loadExtensionData(File file)
Loads the
ExtensionModel for the given plugin. |
List<org.mule.runtime.api.meta.model.ExtensionModel> |
loadMuleExtensionModels()
Loads the
ExtensionModel for Mule Runtime core components. |
Optional<LoadedExtensionInformation> loadExtensionData(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
ExtensionModel for the given plugin.pluginDescriptor - ArtifactDescriptor referencing to the plugin artifact.ExtensionModel for the plugin along with its class loader or Optional.empty() if the plugin doesn't
have an ExtensionModel.Optional<LoadedExtensionInformation> loadExtensionData(File file)
ExtensionModel for the given plugin.file - ArtifactDescriptor referencing to the plugin artifact file.ExtensionModel for the plugin along with its class loader or Optional.empty() if the plugin doesn't
have an ExtensionModel.List<org.mule.runtime.api.meta.model.ExtensionModel> loadMuleExtensionModels()
ExtensionModel for Mule Runtime core components.ExtensionModel for Mule Runtime core components.Copyright © 2017 MuleSoft, Inc.. All rights reserved.