data class PluginInfo
Encapsulates the plugin metadata that can be found for each plugin in the plugin list.
PluginInfo(pluginName: String, downloadUrl: URL, manifestAtts: Map<String, String>)
Encapsulates the plugin metadata that can be found for each plugin in the plugin list. |
val downloadUrl: URL
the URL from where the plugin can be downloaded |
|
val manifestAtts: Map<String, String>
the attributes of the |
|
val pluginName: String
the name of the JOSM plugin |
fun build(pluginName: String?, downloadUrl: URL?, manifestAtts: Map<String, String>): PluginInfo? |