Interface DeploymentContainer
- All Superinterfaces:
AutoCloseable, Comparable<DeploymentContainer>, Lifecycle
Encapsulates an Arquillian deployment container.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptiondefault intcompareTo(DeploymentContainer container) deploy(org.jboss.shrinkwrap.api.Archive<?> archive) Deploys the specified archive to this container.getName()Returns the name of this container.
-
Method Details
-
getName
-
deploy
Deploys the specified archive to this container.- Parameters:
archive- the archive to deploy- Returns:
- the deployment of the specified archive.
-
compareTo
- Specified by:
compareToin interfaceComparable<DeploymentContainer>
-