Package io.quarkus.test.junit.launcher
Interface ArtifactLauncherProvider
- All Known Implementing Classes:
DockerContainerLauncherProvider,JarLauncherProvider,NativeImageLauncherProvider
public interface ArtifactLauncherProvider
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionArtifactLauncher<? extends ArtifactLauncher.InitContext>Returns an instance ofArtifactLauncheron which theinitmethod has been calledbooleansupportsArtifactType(String type) Determines whether this provider support the artifact type
-
Method Details
-
supportsArtifactType
Determines whether this provider support the artifact type -
create
ArtifactLauncher<? extends ArtifactLauncher.InitContext> create(ArtifactLauncherProvider.CreateContext context) Returns an instance ofArtifactLauncheron which theinitmethod has been called
-