org.jboss.arquillian.impl
Class ClientDeploymentGenerator

java.lang.Object
  extended by org.jboss.arquillian.impl.ClientDeploymentGenerator
All Implemented Interfaces:
DeploymentGenerator

public class ClientDeploymentGenerator
extends Object
implements DeploymentGenerator

Responsible for calling the Packager SPIs, DeploymentPackager, ApplicationArchiveGenerator, ApplicationArchiveProcessor, AuxiliaryArchiveAppender and AuxiliaryArchiveProcessor.
The end result is the Deployment deployed to the DeployableContainer for testing.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ClientDeploymentGenerator(ServiceLoader serviceLoader)
           
 
Method Summary
 org.jboss.shrinkwrap.api.Archive<?> generate(Class<?> testCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientDeploymentGenerator

public ClientDeploymentGenerator(ServiceLoader serviceLoader)
Method Detail

generate

public org.jboss.shrinkwrap.api.Archive<?> generate(Class<?> testCase)
Specified by:
generate in interface DeploymentGenerator
Returns:


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