Arquillian Container Test SPI 1.0.0.CR7

org.jboss.arquillian.container.test.spi.client.deployment
Interface ApplicationArchiveProcessor


public interface ApplicationArchiveProcessor

Extension point for client side deployment enhancements. Example: - Annotations to help define meta data for the deployment

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void process(org.jboss.shrinkwrap.api.Archive<?> applicationArchive, TestClass testClass)
           
 

Method Detail

process

void process(org.jboss.shrinkwrap.api.Archive<?> applicationArchive,
             TestClass testClass)
Parameters:
applicationArchive - The user defined deployment archive
testClass - The users test class

Arquillian Container Test SPI 1.0.0.CR7

Copyright © 2011 JBoss by Red Hat. All Rights Reserved.