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()voidinitializeExternal(CfgServer server)voidinitializeExternalJar(CfgServer server)static voidmain(String[] args)voidsetUpEnvironment()voidshutDown(CfgServer server)voidstart(CfgServer server, Configuration configuration)-
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) throws InterruptedException
- Throws:
InterruptedException
-
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
-
initializeExternal
public void initializeExternal(CfgServer server)
-
initializeExternalJar
public void initializeExternalJar(CfgServer server)
-
shutDown
public void shutDown(CfgServer server)
- Specified by:
shutDownin interfaceITigerTestEnvMgr
-
getRoutes
public List<TigerRoute> getRoutes()
-
-