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


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.