Class DeploymentConfiguration
- java.lang.Object
-
- org.jboss.arquillian.container.test.api.DeploymentConfiguration
-
public class DeploymentConfiguration extends Object
Model class that represents a deployment configuration. It wraps all possible annotations that can be used in aDeploymentmethod.- Version:
- $Revision: $
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentConfiguration.DeploymentBuilderstatic classDeploymentConfiguration.DeploymentContentBuilder
-
Constructor Summary
Constructors Constructor Description DeploymentConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.shrinkwrap.api.ArchivegetArchive()DeploymentgetDeployment()org.jboss.shrinkwrap.descriptor.api.DescriptorgetDescriptor()OverProtocolgetOverProtocol()ShouldThrowExceptiongetShouldThrowException()TargetsContainergetTargets()
-
-
-
Method Detail
-
getTargets
public TargetsContainer getTargets()
-
getOverProtocol
public OverProtocol getOverProtocol()
-
getShouldThrowException
public ShouldThrowException getShouldThrowException()
-
getArchive
public org.jboss.shrinkwrap.api.Archive getArchive()
-
getDescriptor
public org.jboss.shrinkwrap.descriptor.api.Descriptor getDescriptor()
-
getDeployment
public Deployment getDeployment()
-
-