Arquillian Container Test SPI 1.0.0.CR7

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


public interface AuxiliaryArchiveProcessor

Extension point to alter system defined deployments. Example: - Add beans.xml to EE modules

Version:
$Revision: $
Author:
Aslak Knutsen

Method Summary
 void process(org.jboss.shrinkwrap.api.Archive<?> auxiliaryArchive)
          Called once for each found ArchiveAppender
 

Method Detail

process

void process(org.jboss.shrinkwrap.api.Archive<?> auxiliaryArchive)
Called once for each found ArchiveAppender

Parameters:
auxiliaryArchive - The system defined deployment archive

Arquillian Container Test SPI 1.0.0.CR7

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