ExtensionModelDiscoverer
instead.@Deprecated public class ExtensionModelDiscoverer extends Object
ExtensionModel based on the ExtensionModelLoader type.| Constructor and Description |
|---|
ExtensionModelDiscoverer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
discoverPluginExtensionModel(ExtensionDiscoveryRequest discoveryRequest,
Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> descriptorsWithExtensions,
org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader> artifactPlugin)
Deprecated.
|
protected void |
discoverPluginExtensionModelWithDependencies(ExtensionDiscoveryRequest discoveryRequest,
Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions,
Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> descriptorsWithExtensions,
org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader> artifactPlugin)
Deprecated.
|
Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> |
discoverPluginsExtensionModels(ExtensionDiscoveryRequest discoveryRequest)
Deprecated.
|
Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> |
discoverPluginsExtensionModels(ExtensionModelLoaderRepository loaderRepository,
List<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader>> artifactPlugins)
Deprecated.
from 4.5 use
discoverPluginsExtensionModels(ExtensionDiscoveryRequest) instead. |
Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> |
discoverPluginsExtensionModels(ExtensionModelLoaderRepository loaderRepository,
List<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader>> artifactPlugins,
Set<org.mule.runtime.api.meta.model.ExtensionModel> parentArtifactExtensions)
Deprecated.
form 4.5 use
discoverPluginsExtensionModels(ExtensionDiscoveryRequest) instead. |
Set<org.mule.runtime.api.meta.model.ExtensionModel> |
discoverRuntimeExtensionModels()
Deprecated.
Discover the extension models provided by the runtime.
|
@Deprecated public Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> discoverPluginsExtensionModels(ExtensionModelLoaderRepository loaderRepository, List<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader>> artifactPlugins)
discoverPluginsExtensionModels(ExtensionDiscoveryRequest) instead.ExtensionModel.loaderRepository - ExtensionModelLoaderRepository with the available extension loaders.artifactPlugins - Pair of ArtifactPluginDescriptor and ArtifactClassLoader for artifact plugins
deployed inside the artifact. Non null.Set of Pair carrying the ArtifactPluginDescriptor and it's corresponding
ExtensionModel.@Deprecated public Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> discoverPluginsExtensionModels(ExtensionModelLoaderRepository loaderRepository, List<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader>> artifactPlugins, Set<org.mule.runtime.api.meta.model.ExtensionModel> parentArtifactExtensions)
discoverPluginsExtensionModels(ExtensionDiscoveryRequest) instead.ExtensionModel.loaderRepository - ExtensionModelLoaderRepository with the available extension loaders.artifactPlugins - Pair of ArtifactPluginDescriptor and ArtifactClassLoader for artifact
plugins deployed inside the artifact. Non null.parentArtifactExtensions - Set of ExtensionModel to also take into account when parsing extensionsSet of Pair carrying the ArtifactPluginDescriptor and it's corresponding
ExtensionModel.@Deprecated public Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> discoverPluginsExtensionModels(ExtensionDiscoveryRequest discoveryRequest)
ExtensionModel.discoveryRequest - an object containing the parameterization of the discovery process.Set of Pair carrying the ArtifactPluginDescriptor and it's corresponding
ExtensionModel.protected void discoverPluginExtensionModel(ExtensionDiscoveryRequest discoveryRequest, Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> descriptorsWithExtensions, org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader> artifactPlugin)
protected void discoverPluginExtensionModelWithDependencies(ExtensionDiscoveryRequest discoveryRequest, Set<org.mule.runtime.api.meta.model.ExtensionModel> extensions, Set<org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,org.mule.runtime.api.meta.model.ExtensionModel>> descriptorsWithExtensions, org.mule.runtime.api.util.Pair<ArtifactPluginDescriptor,ArtifactClassLoader> artifactPlugin)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.