org.jboss.arquillian.jboss
Class JbossDeploymentAppender

java.lang.Object
  extended by org.jboss.arquillian.jboss.JbossDeploymentAppender
All Implemented Interfaces:
org.jboss.arquillian.spi.AuxiliaryArchiveAppender

public class JbossDeploymentAppender
extends java.lang.Object
implements org.jboss.arquillian.spi.AuxiliaryArchiveAppender

EmbeddedDeploymentAppender Package the required dependencies needed by the Jboss Embedded Container plugin to run in container.


Constructor Summary
JbossDeploymentAppender()
           
 
Method Summary
 org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JbossDeploymentAppender

public JbossDeploymentAppender()
Method Detail

createAuxiliaryArchive

public org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
Specified by:
createAuxiliaryArchive in interface org.jboss.arquillian.spi.AuxiliaryArchiveAppender