| Package | Description | 
|---|---|
| com.eviware.soapui.plugins | |
| com.eviware.soapui.plugins.recipe | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
UninstallablePlugin
A plugin implementing this interface can be uninstalled runtime, i.e. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PluginAdapter
A helper class providing reasonable defaults for all methods in the  
Plugin interface. | 
| Modifier and Type | Method and Description | 
|---|---|
Plugin | 
PluginManager.downloadAndInstallPlugin(AvailablePlugin plugin)  | 
Plugin | 
PluginManager.installPlugin(File pluginFile)  | 
Plugin | 
PluginManager.installPluginFromFile()  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<Plugin> | 
PluginManager.getDependentPlugins(Plugin selectedPlugin)  | 
Collection<Plugin> | 
PluginManager.getInstalledPlugins()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
PluginManager.checkAndUninstallDependencies(Plugin selectedPlugin,
                             String pluginName)  | 
Collection<Plugin> | 
PluginManager.getDependentPlugins(Plugin selectedPlugin)  | 
boolean | 
Plugin.hasSameIdAs(Plugin otherPlugin)
Returns  
true if and only if the plugin passed as a parameter is identified as the same plugin,
 i.e. | 
boolean | 
PluginAdapter.hasSameIdAs(Plugin otherPlugin)  | 
boolean | 
PluginManager.isUpdateAvailableFor(Plugin plugin)  | 
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)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
TestStepConfiguratorPlugin  | 
Copyright © 2019. All rights reserved.