Class DeploymentDescription
java.lang.Object
org.jboss.arquillian.container.spi.client.deployment.DeploymentDescription
Deployment
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
-
Constructor Summary
ConstructorsConstructorDescriptionDeploymentDescription(String name, org.jboss.shrinkwrap.api.Archive<?> archive) DeploymentDescription(String name, org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor) -
Method Summary
Modifier and TypeMethodDescriptionorg.jboss.shrinkwrap.api.Archive<?>org.jboss.shrinkwrap.descriptor.api.DescriptorgetName()intgetOrder()org.jboss.shrinkwrap.api.Archive<?>booleanbooleanbooleanmanaged()setExpectedException(Class<? extends Exception> expectedException) setOrder(int order) setProtocol(ProtocolDescription protocol) setTarget(TargetDescription target) setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive) shouldBeManaged(boolean startup) shouldBeTestable(boolean testable) booleantestable()toString()
-
Constructor Details
-
DeploymentDescription
-
DeploymentDescription
public DeploymentDescription(String name, org.jboss.shrinkwrap.descriptor.api.Descriptor descriptor)
-
-
Method Details
-
getName
- Returns:
- the name
-
getOrder
public int getOrder()- Returns:
- the order
-
setOrder
- Parameters:
order- the order to set
-
getTarget
- Returns:
- the target
-
setTarget
- Parameters:
target- the target to set
-
getProtocol
- Returns:
- the protocol
-
setProtocol
- Parameters:
protocol- the protocol to set
-
shouldBeManaged
-
managed
public boolean managed()- Returns:
- the startup
-
shouldBeTestable
- Parameters:
testable- the testable to set
-
testable
public boolean testable()- Returns:
- the testable
-
getTestableArchive
public org.jboss.shrinkwrap.api.Archive<?> getTestableArchive()- Returns:
- the testableArchive
-
setTestableArchive
public DeploymentDescription setTestableArchive(org.jboss.shrinkwrap.api.Archive<?> testableArchive) - Parameters:
testableArchive- the testableArchive to set
-
getExpectedException
- Returns:
- the expectedException
-
setExpectedException
- Parameters:
expectedException- the expectedException to set
-
getArchive
public org.jboss.shrinkwrap.api.Archive<?> getArchive()- Returns:
- the archive
-
getDescriptor
public org.jboss.shrinkwrap.descriptor.api.Descriptor getDescriptor()- Returns:
- the descriptor
-
isDescriptorDeployment
public boolean isDescriptorDeployment() -
isArchiveDeployment
public boolean isArchiveDeployment() -
toString
-