Package org.xwiki.extension.event
Class ExtensionUninstallFailedEvent
java.lang.Object
org.xwiki.extension.event.AbstractExtensionEvent
org.xwiki.extension.event.ExtensionUninstallFailedEvent
- All Implemented Interfaces:
ExtensionEvent
,EndEvent
,Event
An event triggered when a extension uninstall has failed. Its job is mostly to provide a
EndEvent
to close
the previous ExtensionUninstallingEvent
.
The event also send the following parameters:
- source: the related
InstalledExtension
instance - data: null
- Since:
- 4.0M1
- Version:
- $Id: 96ecd6d2739e12b13b2172eb6f95dc8b019c0c97 $
- See Also:
-
Constructor Summary
ConstructorDescriptionMatches all extensions.ExtensionUninstallFailedEvent
(ExtensionId extensionId, String namespace) Matches only the specified extension id or/and version. -
Method Summary
Methods inherited from class org.xwiki.extension.event.AbstractExtensionEvent
getExtensionId, getNamespace, hasNamespace, matches
-
Constructor Details
-
ExtensionUninstallFailedEvent
public ExtensionUninstallFailedEvent()Matches all extensions. -
ExtensionUninstallFailedEvent
Matches only the specified extension id or/and version.- Parameters:
extensionId
- the extension identifiernamespace
- the namespace from which the extensions has been uninstalled
-