RemoveDeploymentPlanBuilder |
UndeployDeploymentPlanBuilder.andRemoveUndeployed() |
Indicates that deployment content that was undeployed via the preceding
undeploy action should be removed from the content repository.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.remove(String deploymentName) |
Indicates the specified deployment content should be removed from the
content repository.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.replace(File file) |
Indicates the content of the specified file should be added to the content
repository and replace existing content of the same name.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.replace(String name,
File file) |
Indicates the content of the specified file should be added to the content
repository and replace existing content of the same name.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.replace(String name,
InputStream stream) |
Indicates the content readable from the specified InputStream
should be added to the content repository and replace existing
content of the same name.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.replace(String name,
String commonName,
InputStream stream) |
Indicates the content readable from the specified InputStream
should be added to the content repository and replace existing
content of the same name.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.replace(String name,
URL url) |
Indicates the content at the specified URL should be added to the content
repository and replace existing content of the same name.
|
RemoveDeploymentPlanBuilder |
DeploymentPlanBuilder.replace(URL url) |
Indicates the content at the specified URL should be added to the content
repository and replace existing content of the same name.
|