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 PluginInformationPluginInformation. findPlugin(java.lang.String pluginName)Try to find a plugin after some criteria.PluginProxyPluginInformation. load(java.lang.Class<?> klass, PluginClassLoader classLoader)Loads and instantiates the plugin.java.lang.Class<?>PluginInformation. loadClass(java.lang.ClassLoader classLoader)Loads the class of the plugin.protected voidReadLocalPluginInformationTask. processJarFile(java.io.File f, java.lang.String pluginName)Constructors in org.openstreetmap.josm.plugins that throw PluginException Constructor Description PluginInformation(java.io.File file)Creates a plugin information object by reading the plugin information from the manifest in the plugin jar.PluginInformation(java.io.File file, java.lang.String name)Creates a plugin information object for the plugin with namename.PluginInformation(java.io.InputStream manifestStream, java.lang.String name, java.lang.String url)Creates a plugin information object by reading plugin information in Manifest format from the input streammanifestStream.PluginInformation(java.util.jar.Attributes attr, java.lang.String name, java.lang.String url)Creates a plugin information object by reading plugin information in Manifest format from the input streammanifestStream.
-