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(String name, String url, Attributes manifest)
Creates the plugin information objectList<PluginInformation>
PluginListParser. parse(InputStream in)
Parses a plugin information document and replies a list of plugin information objects.protected void
ReadLocalPluginInformationTask. processLocalPluginInformationFile(File file)
-