Arquillian Container Test SPI 1.0.0.CR7

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


public interface DeploymentPackager

Extension point for the Protocol to prepare the Archives for deployment. Example: - Create a EAR, WAR

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors)
           
 

Method Detail

generateDeployment

org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment,
                                                       Collection<ProtocolArchiveProcessor> processors)
Parameters:
testDeployment - Value object containing the application Archive and other auxiliary library Archives.
Returns:
The prepared archive for deployment.

Arquillian Container Test SPI 1.0.0.CR7

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