Package io.quarkus.test.junit.launcher
Class NativeImageLauncherProvider
java.lang.Object
io.quarkus.test.junit.launcher.NativeImageLauncherProvider
- All Implemented Interfaces:
ArtifactLauncherProvider
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classNested classes/interfaces inherited from interface io.quarkus.test.junit.launcher.ArtifactLauncherProvider
ArtifactLauncherProvider.CreateContext -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns an instance ofArtifactLauncheron which theinitmethod has been calledbooleansupportsArtifactType(String type) Determines whether this provider support the artifact type
-
Constructor Details
-
NativeImageLauncherProvider
public NativeImageLauncherProvider()
-
-
Method Details
-
supportsArtifactType
Description copied from interface:ArtifactLauncherProviderDetermines whether this provider support the artifact type- Specified by:
supportsArtifactTypein interfaceArtifactLauncherProvider
-
create
Description copied from interface:ArtifactLauncherProviderReturns an instance ofArtifactLauncheron which theinitmethod has been called- Specified by:
createin interfaceArtifactLauncherProvider
-