Package io.quarkus.deployment.pkg
Class PackageConfig.VineFlowerConfig
- java.lang.Object
-
- io.quarkus.deployment.pkg.PackageConfig.VineFlowerConfig
-
- Enclosing class:
- PackageConfig
public static class PackageConfig.VineFlowerConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description booleanenabledAn advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory.StringjarDirectoryThe directory into which to save the Vineflower tool if it doesn't existStringversionThe version of Vineflower to use
-
Constructor Summary
Constructors Constructor Description VineFlowerConfig()
-
-
-
Field Detail
-
enabled
@ConfigItem(defaultValue="false") public boolean enabled
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.
-
version
@ConfigItem(defaultValue="1.9.3") public String version
The version of Vineflower to use
-
jarDirectory
@ConfigItem(defaultValue="${user.home}/.quarkus") public String jarDirectory
The directory into which to save the Vineflower tool if it doesn't exist
-
-