| Package | Description |
|---|---|
| org.mule.tooling.client.internal | |
| org.mule.tooling.client.internal.values |
| Constructor and Description |
|---|
AbstractValueProviderService(Supplier<List<org.mule.runtime.api.meta.model.ExtensionModel>> extensionModelsSupplier,
org.mule.tooling.client.internal.serialization.Serializer serializer,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProviderCache,
org.mule.runtime.api.util.LazyValue<? extends org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> locator) |
ApplicationValueProviderService(RemoteApplicationInvoker remoteApplicationInvoker,
Supplier<List<org.mule.runtime.api.meta.model.ExtensionModel>> extensionModelsSupplier,
org.mule.tooling.client.internal.serialization.Serializer serializer,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
org.mule.runtime.api.util.LazyValue<? extends org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> locator)
Creates an instance of this service.
|
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) |
DomainValueProviderService(RemoteDomainInvoker remoteDomainInvoker,
Supplier<List<org.mule.runtime.api.meta.model.ExtensionModel>> extensionModelsSupplier,
org.mule.tooling.client.internal.serialization.Serializer serializer,
org.mule.runtime.api.util.LazyValue<ValueProviderCache> valueProvidersCache,
org.mule.runtime.api.util.LazyValue<? extends org.mule.runtime.core.internal.locator.ComponentLocator<org.mule.runtime.ast.api.ComponentAst>> locator)
Creates an instance of this service.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultValueProviderCache |
class |
NoOpValueProviderCache
a
ValueProviderCache that does not cache anything |
Copyright © 2022 MuleSoft, Inc.. All rights reserved.