|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PluginException | |
---|---|
org.openstreetmap.josm.plugins |
Uses of PluginException in org.openstreetmap.josm.plugins |
---|
Methods in org.openstreetmap.josm.plugins that throw PluginException | |
---|---|
static PluginInformation |
PluginInformation.findPlugin(java.lang.String pluginName)
Try to find a plugin after some criterias. |
PluginProxy |
PluginInformation.load(java.lang.Class<?> klass)
Load and instantiate the plugin |
java.lang.Class<?> |
PluginInformation.loadClass(java.lang.ClassLoader classLoader)
Load the class of the plugin |
protected void |
ReadLocalPluginInformationTask.processJarFile(java.io.File f,
java.lang.String pluginName)
|
Constructors in org.openstreetmap.josm.plugins that throw PluginException | |
---|---|
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 name name . |
|
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 stream manifestStream . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |