org.jboss.arquillian.impl
Class ClientDeploymentGenerator

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

public class ClientDeploymentGenerator
extends java.lang.Object
implements DeploymentGenerator

Responsible for


Constructor Summary
ClientDeploymentGenerator(org.jboss.arquillian.spi.ServiceLoader serviceLoader)
           
 
Method Summary
 org.jboss.shrinkwrap.api.Archive<?> generate(java.lang.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(org.jboss.arquillian.spi.ServiceLoader serviceLoader)
Method Detail

generate

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