org.jboss.arquillian.impl.handler
Class ContainerDeployer
java.lang.Object
org.jboss.arquillian.impl.handler.ContainerDeployer
- All Implemented Interfaces:
- EventHandler<ClassEvent>
public class ContainerDeployer
- extends Object
- implements EventHandler<ClassEvent>
A Handler for creating and deploying the generated Archive to the container.
Fires:
BeforeDeploy
AfterDeploy
Imports:
DeployableContainer
Archive
Exports:
ContainerMethodExecutor
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
- See Also:
DeployableContainer,
ContainerMethodExecutor,
Archive
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContainerDeployer
public ContainerDeployer()
callback
public void callback(Context context,
ClassEvent event)
throws Exception
- Specified by:
callback in interface EventHandler<ClassEvent>
- Throws:
Exception
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.