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 List<TigerRoute>getRoutes()List<CfgServer>getTestEnvironment()voidinitializeExternalJar(CfgServer server)voidinitializeExternalUrl(CfgServer server)static voidmain(String[] args)voidsetUpEnvironment()voidshutDown(CfgServer server)voidstart(CfgServer server, Configuration configuration)static voidwaitForQuit(String message, Object... args)-
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
-
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
setUpEnvironment
public void setUpEnvironment()
- Specified by:
setUpEnvironmentin interfaceITigerTestEnvMgr
-
getTestEnvironment
public List<CfgServer> getTestEnvironment()
- Specified by:
getTestEnvironmentin interfaceITigerTestEnvMgr
-
start
public void start(CfgServer server, Configuration configuration)
- Specified by:
startin interfaceITigerTestEnvMgr
-
initializeExternalUrl
public void initializeExternalUrl(CfgServer server)
-
initializeExternalJar
public void initializeExternalJar(CfgServer server)
-
shutDown
public void shutDown(CfgServer server)
- Specified by:
shutDownin interfaceITigerTestEnvMgr
-
getRoutes
public List<TigerRoute> getRoutes()
-
-