org.jboss.arquillian.container.test.spi.client.deployment
Interface AuxiliaryArchiveAppender

All Known Implementing Classes:
ArquillianDeploymentAppender, CachedAuxilliaryArchiveAppender, EJBEnricherArchiveAppender, InitialContextArchiveAppender, JUnitDeploymentAppender, ProtocolDeploymentAppender, ProtocolDeploymentAppender, ResourceEnricherArchiveAppender, TestNGDeploymentAppender

public interface AuxiliaryArchiveAppender

SPI used for modules who need to add classes/resources to the deployed archive.

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
          Create a archive containing the needed resources for this extension to run in-container.
 

Method Detail

createAuxiliaryArchive

org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
Create a archive containing the needed resources for this extension to run in-container.

Returns:
A Archive of any type


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.