Abstract Decompiler API Update
This commit is contained in:
parent
d39885407c
commit
b9ff7d128a
|
@ -40,6 +40,11 @@ public abstract class AbstractDecompiler
|
|||
|
||||
public abstract void decompileToZip(String sourceJar, String zipName);
|
||||
|
||||
public void decompileToZipFallBack(String sourceJar, String zipName)
|
||||
{
|
||||
//TODO
|
||||
}
|
||||
|
||||
public String getDecompilerName()
|
||||
{
|
||||
return decompilerName;
|
||||
|
|
Loading…
Reference in New Issue
Block a user