| Package | Description |
|---|---|
| org.wso2.carbon.deployment.engine |
package-info class.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
Deployer.deploy(Artifact artifact)
Process a deployable artifact and add it to the relevant runtime configuration.
|
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 |
Deployer.undeploy(Object key)
Remove a given artifact from the relevant runtime configuration.
|
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.
|
Object |
Deployer.update(Artifact artifact)
Updates a already deployed artifact and update its relevant runtime configuration.
|
Copyright © 2019 WSO2. All rights reserved.