A plugin implementing this interface can be uninstalled runtime, i.e. without restarting SoapUI. If no special cleanup is required when uninstalling a plugin (apart from removing all the factories, actions etc. that it has added to SoapUI), the interface can be implemented with a no-op method.
Type Params | Return Type | Name and description |
---|---|---|
|
boolean |
uninstall() |
Methods inherited from class | Name |
---|---|
interface Plugin |
getActions, getApiImporters, getFactories, getInfo, getListeners, hasSameIdAs, initialize, isActive |