| Package | Description |
|---|---|
| org.mule.tools.client.standalone.installer | |
| org.mule.tools.model |
| Modifier and Type | Method and Description |
|---|---|
protected File |
MuleStandaloneInstaller.getDependency(ArtifactDescription artifactDescription) |
void |
MuleStandaloneInstaller.unpackMule(ArtifactDescription muleDistribution,
File destDir)
This code was inspired by maven-dependency-plugin GetMojo.
|
| Modifier and Type | Field and Description |
|---|---|
protected ArtifactDescription |
DeploymentConfiguration.muleDistribution |
| Modifier and Type | Field and Description |
|---|---|
protected List<ArtifactDescription> |
DeploymentConfiguration.artifactItems |
| Modifier and Type | Method and Description |
|---|---|
ArtifactDescription |
DeploymentConfiguration.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<ArtifactDescription> |
DeploymentConfiguration.getArtifactItems() |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfiguration.setMuleDistribution(ArtifactDescription muleDistribution) |
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentConfiguration.setArtifactItems(List<ArtifactDescription> artifactItems) |
Copyright © 2017. All rights reserved.