org.jboss.arquillian.impl
Class ClientDeploymentGenerator
java.lang.Object
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
|
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 |
ClientDeploymentGenerator
public ClientDeploymentGenerator(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.