Package de.gematik.test.tiger.testenvmgr
Class TigerTestEnvMgr
- java.lang.Object
-
- de.gematik.test.tiger.testenvmgr.TigerTestEnvMgr
-
- All Implemented Interfaces:
ITigerTestEnvMgr
public class TigerTestEnvMgr extends Object implements ITigerTestEnvMgr
-
-
Constructor Summary
Constructors Constructor Description TigerTestEnvMgr()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Optional<TigerServer>findServer(String serverName)List<TigerRoute>getRoutes()booleanisLocalTigerProxyActive()static voidmain(String[] args)StringreplaceSysPropsInString(String str)voidsetUpEnvironment()voidshutDown()static voidwaitForQuit(String appName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.gematik.test.tiger.testenvmgr.ITigerTestEnvMgr
getConfiguration
-
-
-
-
Field Detail
-
HTTP
public static final String HTTP
- See Also:
- Constant Field Values
-
HTTPS
public static final String HTTPS
- See Also:
- Constant Field Values
-
-
Method Detail
-
main
public static void main(String[] args)
-
waitForQuit
public static void waitForQuit(String appName)
-
setUpEnvironment
public void setUpEnvironment()
- Specified by:
setUpEnvironmentin interfaceITigerTestEnvMgr
-
shutDown
public void shutDown()
- Specified by:
shutDownin interfaceITigerTestEnvMgr
-
getRoutes
public List<TigerRoute> getRoutes()
-
findServer
public Optional<TigerServer> findServer(String serverName)
-
isLocalTigerProxyActive
public boolean isLocalTigerProxyActive()
-
-