Uses of Class
org.openstreetmap.josm.plugins.PluginListParseException

Packages that use PluginListParseException
org.openstreetmap.josm.plugins   
 

Uses of PluginListParseException in org.openstreetmap.josm.plugins
 

Methods in org.openstreetmap.josm.plugins that throw PluginListParseException
protected static PluginInformation PluginListParser.createInfo(java.lang.String name, java.lang.String url, java.lang.String manifest)
          Creates the plugin information object
 java.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)
           
 



JOSM