Package org.xwiki.extension.event
Class ExtensionInstallFailedEvent
java.lang.Object
org.xwiki.extension.event.AbstractExtensionEvent
org.xwiki.extension.event.ExtensionInstallFailedEvent
- All Implemented Interfaces:
ExtensionEvent
,EndEvent
,Event
An event triggered when a extension install has failed. Its job is mostly to provide a
EndEvent
to close the
previous ExtensionInstallingEvent
.
The event also send the following parameters:
- source: the related
LocalExtension
instance - data: null
- Since:
- 9.2RC1
- Version:
- $Id: db0704f5f704eddeefe8eeefcca452074fc40ae2 $
- See Also:
-
Constructor Summary
ConstructorDescriptionMatches all extensions.ExtensionInstallFailedEvent
(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
-
ExtensionInstallFailedEvent
public ExtensionInstallFailedEvent()Matches all extensions. -
ExtensionInstallFailedEvent
Matches only the specified extension id or/and version.- Parameters:
extensionId
- the extension identifiernamespace
- the namespace on which the event happened
-