| Interface | Description |
|---|---|
| CoreExtension |
Represent an extension which can't be modified (uninstalled, upgraded).
|
| CoreExtensionFile |
Extension
ExtensionFile with some more informations related local extensions. |
| Extension |
Represent an extension.
|
| ExtensionAuthor |
Informations related to an author of the extension.
|
| ExtensionComponent |
Informations related to a component provided by an extension.
|
| ExtensionContext |
Manipulate extension specific contextual informations.
|
| ExtensionDependency |
An extension dependency.
|
| ExtensionFeaturesInjector |
Allow injecting features in extensions whiles they are loaded from a repository.
|
| ExtensionFile |
Contains the actual file of the extensions and some informations like the size.
|
| ExtensionIssueManagement |
Describe the issue management system used for this extension.
|
| ExtensionLicenseManager |
Centralize known extension licenses.
|
| ExtensionManager |
Main entry point for some extensions management tasks.
|
| ExtensionManagerConfiguration |
Provide some general extension manager configuration.
|
| ExtensionPattern |
An extension exclusion.
|
| ExtensionRewriter |
Interface used to allow external service modify manipulated extensions (change allowed namespaces, dependencies,
etc.).
|
| ExtensionScm |
Provide informations related to extensions's Source Control Management.
|
| ExtensionScmConnection |
Represent a connection to a source control management system.
|
| ExtensionSession |
A short lived container used to store extensions manipulations related data which can be disposed.
|
| InstalledExtension |
Represent a local extension.
|
| LocalExtension |
Represent a local extension.
|
| LocalExtensionFile |
Extension
ExtensionFile with some more informations related local extensions. |
| MutableExtension |
Mutable version of
Extension. |
| RemoteExtension |
An extension that come from a remote extensions repository.
|
| RewritenExtension |
Should be implemented by any extension modified through
ExtensionRewriter.rewrite(Extension). |
| Exception | Description |
|---|---|
| ExtensionException |
Any exception raised in the XWiki Extension Manager must raise an exception of this type.
|
| ExtensionNotFoundException |
Extension could not be resolved because it does not exist.
|
| InstallException |
Error when installing an extension.
|
| InvalidExtensionException |
Error when loading an extension descriptor.
|
| ResolveException |
Error when trying to resolve an extension.
|
| UninstallException |
Error when trying to uninstall an extension.
|
Copyright © 2004–2021 XWiki. All rights reserved.