Package ubic.gemma.web.util
Class ExternalStaticAssetServer
- java.lang.Object
-
- ubic.gemma.web.util.ExternalStaticAssetServer
-
- All Implemented Interfaces:
StaticAssetServer
public class ExternalStaticAssetServer extends Object implements StaticAssetServer
-
-
Constructor Summary
Constructors Constructor Description ExternalStaticAssetServer(String baseUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getBaseUrl()
String
getLaunchInstruction()
Obtain launch instructions if the server is not running.boolean
isAlive()
-
-
-
Constructor Detail
-
ExternalStaticAssetServer
public ExternalStaticAssetServer(String baseUrl)
-
-
Method Detail
-
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrl
in interfaceStaticAssetServer
-
isAlive
public boolean isAlive()
- Specified by:
isAlive
in interfaceStaticAssetServer
-
getLaunchInstruction
public String getLaunchInstruction()
Description copied from interface:StaticAssetServer
Obtain launch instructions if the server is not running.- Specified by:
getLaunchInstruction
in interfaceStaticAssetServer
-
-