Package | Description |
---|---|
org.openstreetmap.josm.plugins |
Modifier and Type | Method and Description |
---|---|
static PluginInformation |
PluginInformation.findPlugin(java.lang.String pluginName)
Try to find a plugin after some criterias.
|
PluginProxy |
PluginInformation.load(java.lang.Class<?> klass)
Loads and instantiates the plugin.
|
java.lang.Class<?> |
PluginInformation.loadClass(java.lang.ClassLoader classLoader)
Loads the class of the plugin.
|
protected void |
ReadLocalPluginInformationTask.processJarFile(java.io.File f,
java.lang.String pluginName) |
Constructor and 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 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 . |