org.jboss.arquillian.container.impl.client.deployment
Class ArchiveDeploymentExporter

java.lang.Object
  extended by org.jboss.arquillian.container.impl.client.deployment.ArchiveDeploymentExporter

public class ArchiveDeploymentExporter
extends Object

Handler that will export the generated Archive to the file system.
Used for debugging the deployment.

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ArchiveDeploymentExporter()
           
 
Method Summary
 void callback(BeforeDeploy event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArchiveDeploymentExporter

public ArchiveDeploymentExporter()
Method Detail

callback

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


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