org.jboss.arquillian.container.spi.event.container
Class DeployerEvent

java.lang.Object
  extended by org.jboss.arquillian.container.spi.event.container.ContainerEvent
      extended by org.jboss.arquillian.container.spi.event.container.DeployerEvent
All Implemented Interfaces:
Event
Direct Known Subclasses:
AfterDeploy, AfterUnDeploy, BeforeDeploy, BeforeUnDeploy

public class DeployerEvent
extends ContainerEvent

DeployerEvent

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
DeployerEvent(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
           
 
Method Summary
 DeploymentDescription getDeployment()
           
 
Methods inherited from class org.jboss.arquillian.container.spi.event.container.ContainerEvent
getDeployableContainer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeployerEvent

public DeployerEvent(DeployableContainer<?> deployableContainer,
                     DeploymentDescription deployment)
Method Detail

getDeployment

public DeploymentDescription getDeployment()
Returns:
the deployments


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