Package io.quarkus.test.common
Interface ArtifactLauncher
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
DockerContainerLauncher,JarLauncher,NativeImageLauncher
public interface ArtifactLauncher extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSystemProperties(Map<String,String> systemProps)booleanlistensOnSsl()voidstart()
-
-
-
Method Detail
-
start
void start() throws IOException- Throws:
IOException
-
listensOnSsl
boolean listensOnSsl()
-
-