Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.sparkimpl.plugin.viewer |
Modifier and Type | Method and Description |
---|---|
java.util.List<PublicPlugin> |
PluginManager.getPublicPlugins()
Returns a collection of all public plugins.
|
Modifier and Type | Method and Description |
---|---|
void |
PluginManager.addPlugin(PublicPlugin plugin)
Adds and installs a new plugin into Spark.
|
boolean |
PluginManager.isInstalled(PublicPlugin plugin)
Returns true if the specified plugin is installed.
|
void |
PluginManager.removePublicPlugin(PublicPlugin plugin)
Removes and uninstall a plugin from Spark.
|
Modifier and Type | Method and Description |
---|---|
PublicPlugin |
SparkPlugUI.getPlugin() |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<PublicPlugin> |
PluginViewer.getPluginList(java.io.InputStream response) |
Constructor and Description |
---|
SparkPlugUI(PublicPlugin plugin) |