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

All Known Implementing Classes:
LocalDeploymentPackager, ServletProtocolDeploymentPackager, ServletProtocolDeploymentPackager

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.


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