public class DomainDeploymentBuilder extends DeploymentBuilder<DomainDeploymentBuilder>
client| Constructor and Description |
|---|
DomainDeploymentBuilder(org.jboss.as.controller.client.ModelControllerClient client,
Domain domain)
Creates a new deployment builder.
|
| Modifier and Type | Method and Description |
|---|---|
protected Deployment |
doBuild() |
protected DomainDeploymentBuilder |
getThis() |
protected void |
validate() |
build, getContent, getMatchPattern, getMatchPatternStrategy, getName, getRuntimeName, getType, setContent, setMatchPattern, setMatchPatternStrategy, setName, setRuntimeName, setTypepublic DomainDeploymentBuilder(org.jboss.as.controller.client.ModelControllerClient client,
Domain domain)
client - the client used to communicate with the serverdomain - the domain configurationprotected DomainDeploymentBuilder getThis()
getThis in class DeploymentBuilder<DomainDeploymentBuilder>protected void validate()
validate in class DeploymentBuilder<DomainDeploymentBuilder>protected Deployment doBuild()
doBuild in class DeploymentBuilder<DomainDeploymentBuilder>Copyright © 2016 JBoss by Red Hat. All rights reserved.