Uses of Interface
org.jboss.as.controller.client.helpers.domain.RemoveDeploymentPlanBuilder
Packages that use RemoveDeploymentPlanBuilder
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a JBoss Application Server Managed Domain.-
Uses of RemoveDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.domain
Methods in org.jboss.as.controller.client.helpers.domain that return RemoveDeploymentPlanBuilderModifier and TypeMethodDescriptionUndeployDeploymentPlanBuilder.andRemoveUndeployed()Indicates that deployment content that was undeployed via the precedingundeployaction should be removed from the content repository.Indicates the specified deployment content should be removed from the content repository.Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.Indicates the content of the specified file should be added to the content repository and replace existing content of the same name.DeploymentPlanBuilder.replace(String name, InputStream stream) Indicates the content readable from the specifiedInputStreamshould be added to the content repository and replace existing content of the same name.DeploymentPlanBuilder.replace(String name, String commonName, InputStream stream) Indicates the content readable from the specifiedInputStreamshould be added to the content repository and replace existing content of the same name.Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.Indicates the content at the specified URL should be added to the content repository and replace existing content of the same name.