Package io.quarkus.deployment.pkg
Interface PackageConfig.DecompilerConfig
- Enclosing interface:
PackageConfig
public static interface PackageConfig.DecompilerConfig
Configuration for the decompiler.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanenabled()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
The directory into which to save the decompilation output.A relative path is understood as relative to the build directory.
-
jarDirectory
The directory into which to save the decompilation tool if it doesn't exist locally.
-