Class DeploymentConfiguration
java.lang.Object
org.jboss.arquillian.container.test.api.DeploymentConfiguration
Model class that represents a deployment configuration.
It wraps all possible annotations that can be used in a
Deployment method.- Version:
- $Revision: $
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.shrinkwrap.api.Archiveorg.jboss.shrinkwrap.descriptor.api.Descriptor
-
Constructor Details
-
DeploymentConfiguration
public DeploymentConfiguration()
-
-
Method Details
-
getTargets
-
getOverProtocol
-
getShouldThrowException
-
getArchive
public org.jboss.shrinkwrap.api.Archive getArchive() -
getDescriptor
public org.jboss.shrinkwrap.descriptor.api.Descriptor getDescriptor() -
getDeployment
-