Uses of Class
org.openstreetmap.josm.plugins.PluginException
-
Packages that use PluginException Package Description org.openstreetmap.josm.plugins Provides the classes for JOSM plugins system. -
-
Uses of PluginException in org.openstreetmap.josm.plugins
Methods in org.openstreetmap.josm.plugins that throw PluginException Modifier and Type Method Description static PluginInformation
PluginInformation. findPlugin(String pluginName)
Try to find a plugin after some criteria.PluginProxy
PluginInformation. load(Class<?> klass, PluginClassLoader classLoader)
Loads and instantiates the plugin.Class<?>
PluginInformation. loadClass(ClassLoader classLoader)
Loads the class of the plugin.protected void
ReadLocalPluginInformationTask. processJarFile(File f, String pluginName)
Constructors in org.openstreetmap.josm.plugins that throw PluginException Constructor Description PluginInformation(File file)
Creates a plugin information object by reading the plugin information from the manifest in the plugin jar.PluginInformation(File file, String name)
Creates a plugin information object for the plugin with namename
.PluginInformation(InputStream manifestStream, String name, String url)
Creates a plugin information object by reading plugin information in Manifest format from the input streammanifestStream
.PluginInformation(Attributes attr, String name, String url)
Creates a plugin information object by reading plugin information in Manifest format from the input streammanifestStream
.
-