Uses of Class
com.jivesoftware.spark.plugin.PublicPlugin

Packages that use PublicPlugin
com.jivesoftware.spark Provides the Managers used as the main entry points into the Spark client. 
com.jivesoftware.sparkimpl.plugin.viewer   
 

Uses of PublicPlugin in com.jivesoftware.spark
 

Methods in com.jivesoftware.spark with parameters of type PublicPlugin
 void PluginManager.addPlugin(PublicPlugin plugin)
          Adds and installs a new plugin into Spark.
 void PluginManager.removePlugin(PublicPlugin plugin)
          Removes and uninstall a plugin from Spark.
static boolean PluginManager.isInstalled(PublicPlugin plugin)
          Returns true if the specified plugin is installed.
 

Uses of PublicPlugin in com.jivesoftware.sparkimpl.plugin.viewer
 

Methods in com.jivesoftware.sparkimpl.plugin.viewer that return PublicPlugin
 PublicPlugin SparkPlugUI.getPlugin()
           
 

Constructors in com.jivesoftware.sparkimpl.plugin.viewer with parameters of type PublicPlugin
SparkPlugUI(PublicPlugin plugin)