| Package | Description |
|---|---|
| org.mule.tools.client.standalone.installer | |
| org.mule.tools.model.standalone |
| Modifier and Type | Method and Description |
|---|---|
protected File |
MuleStandaloneInstaller.getDependency(ArtifactCoordinates artifactDescription) |
void |
MuleStandaloneInstaller.unpackMule(ArtifactCoordinates muleDistribution,
File destDir)
This code was inspired by maven-dependency-plugin GetMojo.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactCoordinates |
StandaloneDeployment.muleDistribution |
protected ArtifactCoordinates |
ClusterDeployment.muleDistribution |
| Modifier and Type | Method and Description |
|---|---|
ArtifactCoordinates |
StandaloneDeployment.getMuleDistribution()
Deprecated.
Use the official maven artifact descriptor, if you need to use Community distribution @see community property
|
ArtifactCoordinates |
ClusterDeployment.getMuleDistribution()
Deprecated.
Use the official maven artifact descriptor, if you need to use Community distribution @see community property
|
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactCoordinates> |
StandaloneDeployment.getArtifactItems()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneDeployment.setMuleDistribution(ArtifactCoordinates muleDistribution)
Deprecated.
Use the official maven artifact descriptor, if you need to use Community distribution @see community property
|
void |
ClusterDeployment.setMuleDistribution(ArtifactCoordinates muleDistribution) |
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneDeployment.setArtifactItems(List<ArtifactCoordinates> artifactItems)
Deprecated.
|
Copyright © 2018 MuleSoft Inc. All rights reserved.