Uses of Class
org.openstreetmap.josm.plugins.PluginListParseException
-
Packages that use PluginListParseException Package Description org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PluginListParseException in org.openstreetmap.josm.plugins
Methods in org.openstreetmap.josm.plugins that throw PluginListParseException Modifier and Type Method Description static PluginInformation
PluginListParser. createInfo(java.lang.String name, java.lang.String url, java.util.jar.Attributes manifest)
Creates the plugin information objectjava.util.List<PluginInformation>
PluginListParser. parse(java.io.InputStream in)
Parses a plugin information document and replies a list of plugin information objects.protected void
ReadLocalPluginInformationTask. processLocalPluginInformationFile(java.io.File file)
-