Package ubic.gemma.web.assets
Interface StaticAssetServer
- All Known Implementing Classes:
ExternalStaticAssetServer
,InternalStaticAssetServer
,ServletStaticAssetServer
public interface StaticAssetServer
- Author:
- poirigui
-
Method Summary
Modifier and TypeMethodDescriptionObtain the base URL for resolving static assets from the server.Obtain launch instructions if the server is not running.boolean
isAlive()
Indicate if the static asset server is running.