Arquillian Container Test SPI 1.0.0.CR7

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

All Known Implementing Classes:
CachedAuxilliaryArchiveAppender

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

Arquillian Container Test SPI 1.0.0.CR7

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.