public interface PluginModelResolver
MulePluginModel by deserializing it from the mule-artifact.json within the jar of a plugin.| Modifier and Type | Method and Description |
|---|---|
static PluginModelResolver |
pluginModelResolver() |
org.mule.runtime.api.deployment.meta.MulePluginModel |
resolve(BundleDependency bundleDependency) |
static PluginModelResolver pluginModelResolver()
PluginModelResolver.org.mule.runtime.api.deployment.meta.MulePluginModel resolve(BundleDependency bundleDependency) throws ArtifactDescriptorCreateException
bundleDependency - the bundle dependency of the plugin to get the artifact descriptor for.ArtifactDescriptorCreateException - if the serialized descriptor could not be read.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.