public interface UninstallablePlugin extends Plugin
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 |
---|---|---|
|
public boolean |
uninstall() Should return true if uninstall was successful and SoapUI does not need to be restarted. |
Methods inherited from class | Name |
---|---|
interface Plugin |
getActions, getApiImporters, getFactories, getInfo, getJmsConnectors, getListeners, hasSameIdAs, initialize, isActive |