org.jboss.arquillian.container.glassfish.remote_3_1
Class GlassFishRestDeploymentAppender
java.lang.Object
org.jboss.arquillian.container.glassfish.remote_3_1.GlassFishRestDeploymentAppender
- All Implemented Interfaces:
- org.jboss.arquillian.container.test.spi.client.deployment.AuxiliaryArchiveAppender
public class GlassFishRestDeploymentAppender
- extends Object
- implements org.jboss.arquillian.container.test.spi.client.deployment.AuxiliaryArchiveAppender
Package the required dependencies needed by the Glassfish Container plugin
to run in container.
- Author:
- Aslak Knutsen, Jason Porter
|
Method Summary |
org.jboss.shrinkwrap.api.Archive<?> |
createAuxiliaryArchive()
Creates the enricher archive for the test. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GlassFishRestDeploymentAppender
public GlassFishRestDeploymentAppender()
createAuxiliaryArchive
public org.jboss.shrinkwrap.api.Archive<?> createAuxiliaryArchive()
- Creates the enricher archive for the test.
- Specified by:
createAuxiliaryArchive in interface org.jboss.arquillian.container.test.spi.client.deployment.AuxiliaryArchiveAppender
- Returns:
- Archive containing all the valid enrichers for the server.
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.