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. |
Optional<String> |
getExtensionSchema(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
Gets the schema for the given plugin.
|
Optional<String> |
getExtensionSchema(File plugin)
Gets the schema for the given plugin.
|
Optional<String> |
getMinMuleVersion(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
Gets the min Mule Runtime version for a given plugin.
|
Optional<String> |
getMinMuleVersion(File plugin)
Gets the min Mule Runtime version for a given plugin.
|
List<org.mule.runtime.api.meta.model.ExtensionModel> |
getRuntimeExtensionModels()
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<String> getMinMuleVersion(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
pluginDescriptor - ArtifactDescriptor referencing to the plugin artifact.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.Optional<String> getMinMuleVersion(File plugin)
plugin - File referencing to the plugin artifact.Optional<String> getExtensionSchema(File plugin)
plugin - File referencing to the plugin jar file or the unzipped folder.String with the schema content or Optional.empty() if the plugin doesn't have an
ExtensionModel.Optional<String> getExtensionSchema(org.mule.tooling.client.api.descriptors.ArtifactDescriptor pluginDescriptor)
pluginDescriptor - ArtifactDescriptor referencing to the plugin artifact.String with the schema content or Optional.empty() if the plugin doesn't have an
ExtensionModel.Copyright © 2017 MuleSoft, Inc.. All rights reserved.