public class DeployableArtifactDescriptor extends ArtifactDescriptor
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_ARTIFACT_PROPERTIES_RESOURCE |
static String |
DEFAULT_DEPLOY_PROPERTIES_RESOURCE |
| Constructor and Description |
|---|
DeployableArtifactDescriptor(String name)
Creates a new deployable artifact descriptor
|
| Modifier and Type | Method and Description |
|---|---|
File |
getArtifactLocation() |
boolean |
isRedeploymentEnabled() |
void |
setArtifactLocation(File location) |
void |
setRedeploymentEnabled(boolean redeploymentEnabled) |
getBundleDescriptor, getClassLoaderModel, getMinMuleVersion, getName, getRootFolder, setBundleDescriptor, setClassLoaderModel, setMinMuleVersion, setRootFolder, toStringpublic static final String DEFAULT_DEPLOY_PROPERTIES_RESOURCE
public static final String DEFAULT_ARTIFACT_PROPERTIES_RESOURCE
public DeployableArtifactDescriptor(String name)
name - artifact name. Non empty.public boolean isRedeploymentEnabled()
public void setRedeploymentEnabled(boolean redeploymentEnabled)
public void setArtifactLocation(File location)
location - the directory where the artifact content is stored.public File getArtifactLocation()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.