Interface NativeImageLauncher.NativeImageInitContext

All Superinterfaces:
ArtifactLauncher.InitContext
Enclosing interface:
NativeImageLauncher

public static interface NativeImageLauncher.NativeImageInitContext extends ArtifactLauncher.InitContext
  • Method Details

    • nativeImagePath

      String nativeImagePath()
    • getConfiguredOutputDirectory

      String getConfiguredOutputDirectory()
    • testClass

      Class<?> testClass()