Interface DeployableContainer<T extends ContainerConfiguration>


public interface DeployableContainer<T extends ContainerConfiguration>
This interface defines a DeployableContainer in Arquillian.

Methods to get the configuration class, the default protocol and to deploy and undeploy an archive are required to be implemented. Other methods such as setup, start and stop default to NOOP, as not every type of container needs setup or an explicit start and stop.

Version:
$Revision: $
Author:
Aslak Knutsen