public interface LoomDecompiler
| Modifier and Type | Method and Description |
|---|---|
void |
decompile(java.nio.file.Path compiledJar,
java.nio.file.Path sourcesDestination,
java.nio.file.Path linemapDestination,
DecompilationMetadata metaData) |
java.lang.String |
name() |
java.lang.String name()
void decompile(java.nio.file.Path compiledJar,
java.nio.file.Path sourcesDestination,
java.nio.file.Path linemapDestination,
DecompilationMetadata metaData)
sourcesDestination - Decompiled sources jarlinemapDestination - A byproduct of decompilation that lines up the compiled jar's line numbers with the decompiled
sources jar for debugging.
A decompiler may not produce a linemap at all.metaData - Additional information that may or may not be needed while decompiling