public static class PackageConfig.FernflowerConfig extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
enabled
An advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory.
|
String |
hash
The git hash to use to download the fernflower tool from https://jitpack.io/com/github/fesh0r/fernflower/
|
String |
jarDirectory
The directory into which to save the fernflower tool if it doesn't exist
|
| Constructor and Description |
|---|
FernflowerConfig() |
@ConfigItem(defaultValue="false") public boolean enabled
@ConfigItem(defaultValue="dbf407a655") public String hash
@ConfigItem(defaultValue="${user.home}/.quarkus") public String jarDirectory
Copyright © 2021 JBoss by Red Hat. All rights reserved.