Class ContainerLogForwarder
java.lang.Object
io.quarkus.devservices.deployment.ContainerLogForwarder
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionContainerLogForwarder(io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem devService) -
Method Summary
-
Constructor Details
-
ContainerLogForwarder
public ContainerLogForwarder(io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem devService)
-
-
Method Details
-
getDevService
public io.quarkus.deployment.dev.devservices.DevServiceDescriptionBuildItem getDevService() -
isRunning
public boolean isRunning() -
start
public void start() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-