Package | Description |
---|---|
org.jrd.backend.decompiling |
Modifier and Type | Field and Description |
---|---|
private ExpandableUrl |
DecompilerWrapperInformation.wrapperURL |
Modifier and Type | Field and Description |
---|---|
private java.util.List<ExpandableUrl> |
DecompilerWrapperInformation.DependencyURLs |
Modifier and Type | Method and Description |
---|---|
static ExpandableUrl |
ExpandableUrl.createFromPath(java.lang.String path) |
static ExpandableUrl |
ExpandableUrl.createFromStringUrl(java.lang.String url) |
ExpandableUrl |
DecompilerWrapperInformation.Switcher.getExpandableUrl(java.lang.String s) |
ExpandableUrl |
DecompilerWrapperInformation.getWrapperURL() |
Modifier and Type | Method and Description |
---|---|
java.util.List<ExpandableUrl> |
DecompilerWrapperInformation.getDependencyURLs() |
Modifier and Type | Method and Description |
---|---|
private java.lang.String |
PluginManager.URLListToCSV(java.util.List<ExpandableUrl> list,
java.lang.String delimeter)
Converts list of URLs to CSV String
example: (list){URL1,URL2,URL3} -> (String)URL1:URL2:URL3 |