Interface DeploymentContainer

All Superinterfaces:
AutoCloseable, Comparable<DeploymentContainer>, Lifecycle

public interface DeploymentContainer extends Lifecycle, Comparable<DeploymentContainer>
Author:
Paul Ferraro
  • Method Details

    • getName

      String getName()
      Returns the name of this container.
      Returns:
      the container name
    • deploy

      Deployment deploy(org.jboss.shrinkwrap.api.Archive<?> archive)
      Deploys the specified archive to this container.
      Parameters:
      archive - the archive to deploy
      Returns:
      the deployment of the specified archive.
    • compareTo

      default int compareTo(DeploymentContainer container)
      Specified by:
      compareTo in interface Comparable<DeploymentContainer>