| Package | Description | 
|---|---|
| com.eviware.soapui.plugins | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | UninstallablePluginA plugin implementing this interface can be uninstalled runtime, i.e. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PluginAdapterA helper class providing reasonable defaults for all methods in the  Plugininterface. | 
| Modifier and Type | Method and Description | 
|---|---|
| Plugin | PluginManager. installPlugin(File pluginFile) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Plugin> | PluginManager. getDependentPlugins(Plugin selectedPlugin) | 
| Collection<Plugin> | PluginManager. getInstalledPlugins() | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<Plugin> | PluginManager. getDependentPlugins(Plugin selectedPlugin) | 
| boolean | PluginAdapter. hasSameIdAs(Plugin otherPlugin) | 
| boolean | Plugin. hasSameIdAs(Plugin otherPlugin)Returns  trueif and only if the plugin passed as a parameter is identified as the same plugin,
 i.e. | 
| void | PluginListener. pluginLoaded(Plugin plugin) | 
| void | PluginListener. pluginUnloaded(Plugin plugin) | 
| void | PluginAware. setPlugin(Plugin plugin)Setter used to pass a reference to the plugin into the plugin component class (action or factory) | 
| boolean | PluginManager. uninstallPlugin(Plugin plugin) | 
| void | PluginLoader. unloadPlugin(Plugin plugin) | 
Copyright © 2019. All Rights Reserved.