public interface InternalExtensionModelService
| Modifier and Type | Method and Description |
|---|---|
Optional<LoadedExtensionInformation> |
loadExtensionData(org.mule.runtime.module.artifact.api.descriptor.BundleDescriptor pluginDescriptor)
Loads the
ExtensionModel for the given plugin. |
Optional<LoadedExtensionInformation> |
loadExtensionData(org.mule.runtime.module.artifact.api.descriptor.BundleDescriptor pluginDescriptor,
File pluginJarFile)
Loads the
ExtensionModel for the given plugin. |
List<org.mule.runtime.api.meta.model.ExtensionModel> |
loadRuntimeExtensionModels()
Loads the
ExtensionModel for Mule Runtime core components. |
org.mule.runtime.deployment.model.api.plugin.ArtifactPluginDescriptor |
readBundleDescriptor(File pluginFile)
Loads the
ArtifactPluginDescriptor for the given plugin. |
Optional<LoadedExtensionInformation> loadExtensionData(org.mule.runtime.module.artifact.api.descriptor.BundleDescriptor pluginDescriptor)
ExtensionModel for the given plugin.pluginDescriptor - BundleDescriptor referencing to the plugin artifact.ExtensionModel for the plugin or Optional.empty() if the plugin doesn't have an ExtensionModel.Optional<LoadedExtensionInformation> loadExtensionData(org.mule.runtime.module.artifact.api.descriptor.BundleDescriptor pluginDescriptor, File pluginJarFile)
ExtensionModel for the given plugin.pluginDescriptor - BundleDescriptor referencing to the plugin artifact.ExtensionModel for the plugin or Optional.empty() if the plugin doesn't have an ExtensionModel.List<org.mule.runtime.api.meta.model.ExtensionModel> loadRuntimeExtensionModels()
ExtensionModel for Mule Runtime core components.ExtensionModel for Mule Runtime core components.org.mule.runtime.deployment.model.api.plugin.ArtifactPluginDescriptor readBundleDescriptor(File pluginFile)
ArtifactPluginDescriptor for the given plugin.pluginFile - File referencing to the plugin artifact file (packaged or exploded).ArtifactPluginDescriptor for the plugin along with its class loader.Copyright © 2019 MuleSoft, Inc.. All rights reserved.