| Constructor and Description | 
|---|
| PluginAdapter() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<? extends SoapUIAction> | getActions()Gets all the SoapUI actions provided by this plugin. | 
| Collection<? extends ApiImporter> | getApiImporters()Gets all the API importers provided by this plugin. | 
| Collection<? extends SoapUIFactory> | getFactories()Gets all the factories provided by this plugin. | 
| PluginInfo | getInfo() | 
| List<Class<? extends SoapUIListener>> | getListeners()Gets all the listeners provided by this plugin. | 
| boolean | hasSameIdAs(Plugin otherPlugin)Returns  trueif and only if the plugin passed as a parameter is identified as the same plugin,
 i.e. | 
| void | initialize()This method is invoked by SoapUI when the plugin is loaded and should ensure that the plugin is fully initialized. | 
| boolean | isActive()Returns a boolean indicating whether this plugin should be activated when loaded. | 
public boolean isActive()
Pluginpublic PluginInfo getInfo()
public void initialize()
Plugininitialize in interface Pluginpublic List<Class<? extends SoapUIListener>> getListeners()
PlugingetListeners in interface Pluginpublic List<? extends SoapUIAction> getActions()
PlugingetActions in interface Pluginpublic Collection<? extends ApiImporter> getApiImporters()
PlugingetApiImporters in interface Pluginpublic Collection<? extends SoapUIFactory> getFactories()
PlugingetFactories in interface Pluginpublic boolean hasSameIdAs(Plugin otherPlugin)
Plugintrue if and only if the plugin passed as a parameter is identified as the same plugin,
 i.e. if the ID of this plugin matches this.hasSameIdAs in interface PluginCopyright © 2019. All Rights Reserved.