Interface StaticAssetServer

All Known Implementing Classes:
ExternalStaticAssetServer, InternalStaticAssetServer, ServletStaticAssetServer

public interface StaticAssetServer
Author:
poirigui
  • Method Summary

    Modifier and Type
    Method
    Description
    Obtain the base URL for resolving static assets from the server.
    Obtain launch instructions if the server is not running.
    boolean
    Indicate if the static asset server is running.
  • Method Details

    • getBaseUrl

      String getBaseUrl()
      Obtain the base URL for resolving static assets from the server.
    • isAlive

      boolean isAlive()
      Indicate if the static asset server is running.
    • getLaunchInstruction

      String getLaunchInstruction()
      Obtain launch instructions if the server is not running.