| Package | Description |
|---|---|
| org.mule.tooling.client.internal | |
| org.mule.tooling.client.internal.datasense | |
| org.mule.tooling.client.internal.metadata |
| Constructor and Description |
|---|
DefaultToolingArtifact(String id,
Application application,
org.mule.tooling.client.api.artifact.ToolingArtifact parentToolingArtifact,
org.mule.tooling.client.internal.serialization.Serializer serializer,
ServiceRegistry serviceRegistry,
org.mule.runtime.api.util.LazyValue<MetadataCache> metadataCache,
org.mule.runtime.api.util.LazyValue<MetadataCache> parentMetadataCache,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.dsl.DslResolvingContext> dslResolvingContext,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> componentLocator,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
Optional<org.mule.runtime.api.meta.MuleVersion> targetRuntimeVersion)
Creates an instance of the
DefaultToolingArtifact from a fetched applicationId or deploys the application to obtain
an identifier in case if null. |
DefaultToolingArtifact(String id,
Application application,
org.mule.tooling.client.api.artifact.ToolingArtifact parentToolingArtifact,
org.mule.tooling.client.internal.serialization.Serializer serializer,
ServiceRegistry serviceRegistry,
org.mule.runtime.api.util.LazyValue<MetadataCache> metadataCache,
org.mule.runtime.api.util.LazyValue<MetadataCache> parentMetadataCache,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.dsl.DslResolvingContext> dslResolvingContext,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> componentLocator,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
Optional<org.mule.runtime.api.meta.MuleVersion> targetRuntimeVersion)
Creates an instance of the
DefaultToolingArtifact from a fetched applicationId or deploys the application to obtain
an identifier in case if null. |
DefaultToolingArtifact(String id,
Domain domain,
org.mule.tooling.client.internal.serialization.Serializer serializer,
ServiceRegistry serviceRegistry,
org.mule.runtime.api.util.LazyValue<MetadataCache> metadataCache,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.dsl.DslResolvingContext> dslResolvingContext,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> componentLocator,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
Optional<org.mule.runtime.api.meta.MuleVersion> targetRuntimeVersion) |
ToolingMetadataServiceAdapter(org.mule.runtime.api.util.LazyValue<org.mule.runtime.ast.api.ArtifactAst> applicationModel,
MetadataProvider metadataProvider,
org.mule.runtime.api.util.LazyValue<MetadataCache> metadataCache,
org.mule.tooling.client.internal.serialization.Serializer serializer,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.api.dsl.DslResolvingContext> dslResolvingContext,
org.mule.runtime.api.util.LazyValue<org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> componentLocator)
Creates an instance of this service adapter.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataCache |
DataSenseArtifact.getMetadataCache() |
| Constructor and Description |
|---|
DataSenseArtifact(Artifact artifact,
org.mule.runtime.api.util.LazyValue<MetadataCache> metadataCache,
MetadataProvider metadataProvider,
Map<String,String> artifactProperties,
org.mule.runtime.api.metadata.ExpressionLanguageMetadataService expressionLanguageMetadataService,
org.mule.runtime.apikit.metadata.api.MetadataService apikitMetadataService,
DataSenseArtifact parent) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultToolingMetadataCache |
class |
LegacyToolingMetadataCache |
class |
NoOpToolingMetadataCache
A
MetadataCache that never caches anything. |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.