| Package | Description |
|---|---|
| org.mule.tooling.client.internal | |
| org.mule.tooling.client.internal.application |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCache.getApplication(String id,
Callable<Application> callable)
Gets the
Application for the given id. |
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationCache.getApplication(String id,
Callable<Application> callable)
Gets the
Application for the given id. |
| Constructor and Description |
|---|
DefaultToolingArtifact(String id,
org.mule.runtime.api.util.LazyValue<org.mule.tooling.client.api.datasense.MetadataCache> metadataCache,
Application application,
org.mule.tooling.client.api.artifact.ToolingArtifact parentToolingArtifact,
org.mule.runtime.api.util.LazyValue<org.mule.tooling.client.api.datasense.MetadataCache> parentMetadataCache,
org.mule.tooling.client.internal.serialization.Serializer serializer,
ServiceRegistry serviceRegistry)
Creates an instance of the
DefaultToolingArtifact from a fetched applicationId or deploys the application to obtain
an identifier in case if null. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultApplication
Represents a Mule application and allows to be deployed into Mule Runtime.
|
Copyright © 2019 MuleSoft, Inc.. All rights reserved.