Package jenax.engine.qlever.docker
Class ServiceControlOverGenericContainer
java.lang.Object
jenax.engine.qlever.docker.ServiceControlOverGenericContainer
- All Implemented Interfaces:
ServiceControl
- Direct Known Subclasses:
ServiceControlQlever
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected org.testcontainers.containers.GenericContainer<?> -
Constructor Summary
ConstructorsConstructorDescriptionServiceControlOverGenericContainer(org.testcontainers.containers.GenericContainer<?> container) -
Method Summary
-
Field Details
-
container
protected org.testcontainers.containers.GenericContainer<?> container
-
-
Constructor Details
-
ServiceControlOverGenericContainer
public ServiceControlOverGenericContainer(org.testcontainers.containers.GenericContainer<?> container)
-
-
Method Details
-
getBackend
public org.testcontainers.containers.GenericContainer<?> getBackend()- Specified by:
getBackendin interfaceServiceControl
-
start
public void start()- Specified by:
startin interfaceServiceControl
-
stop
public void stop()- Specified by:
stopin interfaceServiceControl
-
isRunning
public boolean isRunning()- Specified by:
isRunningin interfaceServiceControl
-