Interface PackageConfig.DecompilerConfig

Enclosing interface:
PackageConfig

public static interface PackageConfig.DecompilerConfig
Configuration for the decompiler.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Enable decompilation of generated and transformed bytecode into a filesystem.
    The directory into which to save the decompilation tool if it doesn't exist locally.
    The directory into which to save the decompilation output.
  • Method Details

    • enabled

      @WithDefault("false") boolean enabled()
      Enable decompilation of generated and transformed bytecode into a filesystem.
    • outputDirectory

      @WithDefault("decompiler") String outputDirectory()
      The directory into which to save the decompilation output.

      A relative path is understood as relative to the build directory.

    • jarDirectory

      @WithDefault("${user.home}/.quarkus") String jarDirectory()
      The directory into which to save the decompilation tool if it doesn't exist locally.