Uses of Interface
org.jboss.as.controller.client.helpers.standalone.AddDeploymentPlanBuilder
Packages that use AddDeploymentPlanBuilder
Package
Description
Convenience API built on top of the
core management API
to make it easier to perform common management tasks against a single standalone JBoss Application Server instance.-
Uses of AddDeploymentPlanBuilder in org.jboss.as.controller.client.helpers.standalone
Methods in org.jboss.as.controller.client.helpers.standalone that return AddDeploymentPlanBuilderModifier and TypeMethodDescriptionIndicates the content of the specified file should be added to the content repository.Indicates the content of the specified file should be added to the content repository.DeploymentPlanBuilder.add(String name, InputStream stream) Indicates the content readable from the specifiedInputStreamshould be added to the content repository.DeploymentPlanBuilder.add(String name, String commonName, InputStream stream) Indicates the content readable from the specifiedInputStreamshould be added to the content repository.Indicates the content at the specified URL should be added to the content repository.Indicates the content at the specified URL should be added to the content repository.