Package org.jboss.windup.decompiler.api
Class DecompilationResult
- java.lang.Object
-
- org.jboss.windup.decompiler.api.DecompilationResult
-
public class DecompilationResult extends Object
Keeps a count of successful decompilations and list of failed ones, in the form of an exception with String path and cause exception.- Author:
- Ondrej Zizka, Lincoln Baxter, III
-
-
Constructor Summary
Constructors Constructor Description DecompilationResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddDecompiled(List<String> sourceClassPaths, String decompiledJavaPath)voidaddFailure(DecompilationFailure failure)Map<String,String>getDecompiledFiles()List<DecompilationFailure>getFailures()
-
-
-
Method Detail
-
addFailure
public void addFailure(DecompilationFailure failure)
-
getFailures
public List<DecompilationFailure> getFailures()
-
-