org.jboss.arquillian.impl
Class ApplicationArchiveDeploymentGenerator
java.lang.Object
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
|
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 |
ApplicationArchiveDeploymentGenerator
public ApplicationArchiveDeploymentGenerator(ServiceLoader serviceLoader)
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.