Package io.quarkus.test.common
Interface JarArtifactLauncher
-
- All Superinterfaces:
ArtifactLauncher<JarArtifactLauncher.JarInitContext>,AutoCloseable,Closeable
- All Known Implementing Classes:
DefaultJarLauncher
public interface JarArtifactLauncher extends ArtifactLauncher<JarArtifactLauncher.JarInitContext>
If an implementation of this class is found using the ServiceLoader mechanism, then it is used. OtherwiseDefaultJarLauncheris used
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceJarArtifactLauncher.JarInitContext-
Nested classes/interfaces inherited from interface io.quarkus.test.common.ArtifactLauncher
ArtifactLauncher.InitContext, ArtifactLauncher.LaunchResult
-
-
Method Summary
-
Methods inherited from interface io.quarkus.test.common.ArtifactLauncher
includeAsSysProps, init, listensOnSsl, runToCompletion, start
-
-