Interface WebApplicationDeployer


public interface WebApplicationDeployer
A web application deployer.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    deploy(URI warFile)
    Deploy a WAR file.
  • Method Details

    • deploy

      WebApplication deploy(URI warFile)
      Deploy a WAR file.
      Parameters:
      warFile - the WAR file.
      Returns:
      the web application.