| Package | Description |
|---|---|
| org.wso2.carbon.deployment.engine |
package-info class.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactType |
Deployer.getArtifactType()
Returns the type of the artifact that the deployer is capable of deploying.
|
ArtifactType |
Artifact.getType()
ArtifactType of the artifact.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentService.deploy(String artifactPath,
ArtifactType artifactType)
User can call this method externally to deploy an artifact by giving the artifact deployment
directory and the path.
|
void |
DeploymentService.redeploy(Object key,
ArtifactType artifactType)
When you want to redeploy/update an artifact, this method can be called by giving the key,
which uniquely identifies an artifact in a runtime and the artifact deployment
directory.
|
void |
Artifact.setType(ArtifactType type)
Sets the given directory for this artifact instance.
|
void |
DeploymentService.undeploy(Object key,
ArtifactType artifactType)
When you want to undeploy an artifact, this method can be called by giving the key,
which uniquely identifies an artifact in a runtime and the artifact deployment
directory.
|
Copyright © 2019 WSO2. All rights reserved.