org.jboss.arquillian.spi
Interface DeployableContainer
public interface DeployableContainer
DeployableContainer
start
void start()
throws LifecycleException
- Throws:
LifecycleException
stop
void stop()
throws LifecycleException
- Throws:
LifecycleException
deploy
ContainerMethodExecutor deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
throws DeploymentException
- Throws:
DeploymentException
undeploy
void undeploy(org.jboss.shrinkwrap.api.Archive<?> archive)
throws DeploymentException
- Throws:
DeploymentException