| Package | Description |
|---|---|
| org.mule.tooling.client.internal.application |
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactResources |
AbstractArtifact.artifactResources |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactDeployer |
RemoteArtifactContextFactory.createRemoteArtifactContext(ArtifactResources artifactResources,
Map<String,String> deploymentProperties,
Supplier<RuntimeToolingService> runtimeToolingService) |
protected String |
InputStreamArtifactDeployer.doInternalDeploy(ArtifactResources artifactResources,
RuntimeToolingService runtimeToolingService,
String domainId,
Map<String,String> deploymentProperties) |
protected String |
FileSystemArtifactDeployer.doInternalDeploy(ArtifactResources artifactResources,
RuntimeToolingService runtimeToolingService,
String domainId,
Map<String,String> deploymentProperties) |
protected abstract String |
AbstractArtifactDeployer.doInternalDeploy(ArtifactResources artifactResources,
RuntimeToolingService runtimeToolingService,
String domainId,
Map<String,String> deploymentProperties) |
| Constructor and Description |
|---|
AbstractArtifactDeployer(ArtifactResources artifactResources,
Supplier<RuntimeToolingService> runtimeToolingService,
Map<String,String> deploymentProperties)
Creates an instance of the context.
|
DefaultApplication(String id,
ArtifactResources artifactResources,
org.mule.runtime.deployment.model.api.application.ApplicationDescriptor applicationDescriptor,
Domain domain,
ToolingArtifactContext context,
Map<String,String> properties,
boolean shouldDisposeDomain) |
DefaultDomain(String id,
ArtifactResources artifactResources,
org.mule.runtime.deployment.model.api.domain.DomainDescriptor domainDescriptor,
ToolingArtifactContext context,
Map<String,String> properties) |
FileSystemArtifactDeployer(ArtifactResources artifactResources,
Supplier<RuntimeToolingService> runtimeToolingService,
Map<String,String> deploymentProperties) |
InputStreamArtifactDeployer(ArtifactResources artifactResources,
Supplier<RuntimeToolingService> runtimeToolingService,
Map<String,String> deploymentProperties) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.