Arquillian Container Test Implementation Base 1.0.1.Final

org.jboss.arquillian.container.test.impl.client.deployment.tool
Class ArchiveDeploymentToolingExporter

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.deployment.tool.ArchiveDeploymentToolingExporter

public class ArchiveDeploymentToolingExporter
extends Object

Handler that will export a XML version of the Deployed Archive. Used by tooling to show a view of the ShrinkWrap archive.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ArchiveDeploymentToolingExporter()
           
 
Method Summary
 void export(BeforeDeploy event)
           
protected  void writeOutToFile(File target, String content)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveDeploymentToolingExporter

public ArchiveDeploymentToolingExporter()
Method Detail

export

public void export(@Observes
                   BeforeDeploy event)
            throws Exception
Throws:
Exception

writeOutToFile

protected void writeOutToFile(File target,
                              String content)

Arquillian Container Test Implementation Base 1.0.1.Final

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