Interface DeploymentContainer

All Superinterfaces:
AutoCloseable, Lifecycle

public interface DeploymentContainer extends Lifecycle
Author:
Paul Ferraro
  • Method Summary

    Modifier and Type
    Method
    Description
    deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
     

    Methods inherited from interface org.wildfly.clustering.arquillian.Lifecycle

    close, getName, isStarted, start, stop
  • Method Details

    • deploy

      Deployment deploy(org.jboss.shrinkwrap.api.Archive<?> archive)