Class ArchiveDeploymentExporter

java.lang.Object
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.
Author:
Aslak Knutsen
  • Constructor Details

    • ArchiveDeploymentExporter

      public ArchiveDeploymentExporter()
  • Method Details

    • callback

      public void callback(@Observes org.jboss.arquillian.container.spi.event.container.BeforeDeploy event) throws Exception
      Throws:
      Exception