Class DeployerEvent
- java.lang.Object
-
- org.jboss.arquillian.container.spi.event.container.ContainerEvent
-
- 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
Constructors Constructor Description DeployerEvent(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DeploymentDescriptiongetDeployment()-
Methods inherited from class org.jboss.arquillian.container.spi.event.container.ContainerEvent
getDeployableContainer
-
-
-
-
Constructor Detail
-
DeployerEvent
public DeployerEvent(DeployableContainer<?> deployableContainer, DeploymentDescription deployment)
-
-
Method Detail
-
getDeployment
public DeploymentDescription getDeployment()
- Returns:
- the deployments
-
-