public class DecompilerWrapperInformation extends Object
Modifier and Type | Field and Description |
---|---|
static String |
LOCAL_SCOPE |
Constructor and Description |
---|
DecompilerWrapperInformation(String url) |
DecompilerWrapperInformation(String name,
String wrapperURL,
List<String> dependencyURLs,
String decompilerURL)
Class containing information about available Decompiler wrapper
|
Modifier and Type | Method and Description |
---|---|
Method |
getDecompileMethod() |
URL |
getDecompilerURL() |
List<URL> |
getDependencyURLs() |
String |
getFileLocation() |
String |
getFullyQualifiedClassName() |
Object |
getInstance() |
String |
getName() |
String |
getScope() |
URL |
getWrapperURL() |
boolean |
isInvalidWrapper() |
void |
setDecompileMethod(Method decompile) |
void |
setFileLocation(String fileLocation) |
void |
setFullyQualifiedClassName() |
void |
setInstance(Object instance) |
void |
setName(String name) |
String |
toString() |
public static String LOCAL_SCOPE
public DecompilerWrapperInformation(String name, String wrapperURL, List<String> dependencyURLs, String decompilerURL)
name
- - Decompiler namewrapperURL
- - location of wrapper.java filedependencyURLs
- - location of wrapper dependenciesMalformedURLException
public DecompilerWrapperInformation(String url)
public String getFileLocation()
public void setFileLocation(String fileLocation)
public boolean isInvalidWrapper()
public String getFullyQualifiedClassName()
public void setFullyQualifiedClassName()
public Object getInstance()
public void setInstance(Object instance)
public Method getDecompileMethod()
public void setDecompileMethod(Method decompile)
public String getName()
public void setName(String name)
public URL getWrapperURL()
public URL getDecompilerURL()
public String getScope()
Copyright © 2019. All Rights Reserved.