Interface ArtifactLauncherProvider

All Known Implementing Classes:
DockerContainerLauncherProvider, JarLauncherProvider, NativeImageLauncherProvider

public interface ArtifactLauncherProvider
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    io.quarkus.test.common.ArtifactLauncher<? extends io.quarkus.test.common.ArtifactLauncher.InitContext>
    Returns an instance of ArtifactLauncher on which the init method has been called
    boolean
    supportsArtifactType(String type, String testProfile)
    Determines whether this provider support the artifact type
  • Method Details

    • supportsArtifactType

      boolean supportsArtifactType(String type, String testProfile)
      Determines whether this provider support the artifact type
    • create

      io.quarkus.test.common.ArtifactLauncher<? extends io.quarkus.test.common.ArtifactLauncher.InitContext> create(ArtifactLauncherProvider.CreateContext context)
      Returns an instance of ArtifactLauncher on which the init method has been called