Interface WebServerManager

All Known Implementing Classes:
WebServerManagerImpl

public interface WebServerManager
user: Ildar date: 07.03.15
  • Method Details

    • getBaseUrl

      String getBaseUrl()
    • getServerBaseDir

      Path getServerBaseDir()
    • addDeployedWebApp

      void addDeployedWebApp(String context, Path pathToWebApp)
    • deployWebApp

      void deployWebApp(String context, Path pathToWebApp) throws Exception
      Throws:
      Exception
    • addStaticContent

      void addStaticContent(String context, Path pathToWebApp)
    • removeStaticContent

      void removeStaticContent(String context)
    • updateStaticContent

      void updateStaticContent()
    • isContextDeployed

      boolean isContextDeployed(String context)
    • removeWebApp

      void removeWebApp(String context)
    • getPort

      int getPort()