Uses of Interface
org.jboss.as.controller.client.helpers.standalone.InitialDeploymentPlanBuilder
-
Packages that use InitialDeploymentPlanBuilder Package Description org.jboss.as.controller.client.helpers.standalone Convenience API built on top of thecore management APIto make it easier to perform common management tasks against a single standalone JBoss Application Server instance.org.jboss.as.controller.client.helpers.standalone.impl Implementation classes to support thestandalone server convenience API. -
-
Uses of InitialDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return InitialDeploymentPlanBuilder Modifier and Type Method Description InitialDeploymentPlanBuilderServerDeploymentManager. newDeploymentPlan()Initiates the creation of a newDeploymentPlan. -
Uses of InitialDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.standalone.impl
Methods in org.jboss.as.controller.client.helpers.standalone.impl that return InitialDeploymentPlanBuilder Modifier and Type Method Description InitialDeploymentPlanBuilderAbstractServerDeploymentManager. newDeploymentPlan()Initiates the creation of a newDeploymentPlan.static InitialDeploymentPlanBuilderInitialDeploymentPlanBuilderFactory. newInitialDeploymentPlanBuilder()
-