org.jboss.arquillian.container.test.impl.client.protocol.local
Class LocalDeploymentPackager

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.protocol.local.LocalDeploymentPackager
All Implemented Interfaces:
DeploymentPackager

public class LocalDeploymentPackager
extends Object
implements DeploymentPackager

LocalDeploymentPackager

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
LocalDeploymentPackager()
           
 
Method Summary
 org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment, Collection<ProtocolArchiveProcessor> processors)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocalDeploymentPackager

public LocalDeploymentPackager()
Method Detail

generateDeployment

public org.jboss.shrinkwrap.api.Archive<?> generateDeployment(TestDeployment testDeployment,
                                                              Collection<ProtocolArchiveProcessor> processors)
Specified by:
generateDeployment in interface DeploymentPackager
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.