public class PluginManager extends Object
Constructor and Description |
---|
PluginManager() |
Modifier and Type | Method and Description |
---|---|
DecompilerWrapperInformation |
createWrapper() |
String |
decompile(DecompilerWrapperInformation wrapper,
byte[] bytecode) |
void |
deleteWrapper(DecompilerWrapperInformation wrapperInformation) |
List<DecompilerWrapperInformation> |
getWrappers() |
void |
replace(DecompilerWrapperInformation oldWrapper,
DecompilerWrapperInformation newWrapper) |
public List<DecompilerWrapperInformation> getWrappers()
public String decompile(DecompilerWrapperInformation wrapper, byte[] bytecode) throws Exception
wrapper
- decompiler used for decompilingbytecode
- bytecode to be decompiledException
public void replace(DecompilerWrapperInformation oldWrapper, DecompilerWrapperInformation newWrapper)
public void deleteWrapper(DecompilerWrapperInformation wrapperInformation)
public DecompilerWrapperInformation createWrapper()
Copyright © 2018. All rights reserved.