Class PackageConfig.FernflowerConfig

  • Enclosing class:
    PackageConfig

    @Deprecated(forRemoval=true)
    public static class PackageConfig.FernflowerConfig
    extends Object
    Deprecated, for removal: This API element is subject to removal in a future version.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enabled
      Deprecated, for removal: This API element is subject to removal in a future version.
      An advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory.
      String hash
      Deprecated, for removal: This API element is subject to removal in a future version.
      The git hash to use to download the fernflower tool from https://jitpack.io/com/github/fesh0r/fernflower/
      String jarDirectory
      Deprecated, for removal: This API element is subject to removal in a future version.
      The directory into which to save the fernflower tool if it doesn't exist
    • Constructor Summary

      Constructors 
      Constructor Description
      FernflowerConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
    • Field Detail

      • enabled

        @ConfigItem(defaultValue="false")
        public boolean enabled
        Deprecated, for removal: This API element is subject to removal in a future version.
        An advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory. This is only taken into account when fast-jar is used.
      • hash

        @ConfigItem(defaultValue="dbf407a655")
        public String hash
        Deprecated, for removal: This API element is subject to removal in a future version.
        The git hash to use to download the fernflower tool from https://jitpack.io/com/github/fesh0r/fernflower/
      • jarDirectory

        @ConfigItem(defaultValue="${user.home}/.quarkus")
        public String jarDirectory
        Deprecated, for removal: This API element is subject to removal in a future version.
        The directory into which to save the fernflower tool if it doesn't exist
    • Constructor Detail

      • FernflowerConfig

        public FernflowerConfig()
        Deprecated, for removal: This API element is subject to removal in a future version.