org.jboss.arquillian.impl
Class ApplicationArchiveDeploymentGenerator

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

public class ApplicationArchiveDeploymentGenerator
extends Object
implements DeploymentGenerator

A DeploymentGenerator that will return the ApplicationArchive as is. Used for RunModeType.AS_CLIENT.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ApplicationArchiveDeploymentGenerator(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

ApplicationArchiveDeploymentGenerator

public ApplicationArchiveDeploymentGenerator(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.