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