
public static class DeploymentConfiguration.DeploymentContentBuilder extends Object
| Constructor and Description |
|---|
DeploymentContentBuilder(org.jboss.shrinkwrap.api.Archive<?> archive) |
DeploymentContentBuilder(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor) |
| Modifier and Type | Method and Description |
|---|---|
DeploymentConfiguration |
get() |
DeploymentConfiguration.DeploymentBuilder |
withDeployment() |
DeploymentConfiguration.DeploymentContentBuilder |
withOverProtocol(String overProtocol) |
DeploymentConfiguration.DeploymentContentBuilder |
withShouldThrowException(Class<? extends Exception> exception) |
DeploymentConfiguration.DeploymentContentBuilder |
withShouldThrowException(Class<? extends Exception> exception,
boolean testeable) |
DeploymentConfiguration.DeploymentContentBuilder |
withTargetsContainer(String targetsContainer) |
public DeploymentContentBuilder(org.jboss.shrinkwrap.api.Archive<?> archive)
public DeploymentContentBuilder(org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
public DeploymentConfiguration.DeploymentContentBuilder withTargetsContainer(String targetsContainer)
public DeploymentConfiguration.DeploymentContentBuilder withOverProtocol(String overProtocol)
public DeploymentConfiguration.DeploymentContentBuilder withShouldThrowException(Class<? extends Exception> exception, boolean testeable)
public DeploymentConfiguration.DeploymentContentBuilder withShouldThrowException(Class<? extends Exception> exception)
public DeploymentConfiguration.DeploymentBuilder withDeployment()
public DeploymentConfiguration get()
Copyright © 2018 JBoss by Red Hat. All rights reserved.