Package org.xwiki.extension

Interface Summary
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.
ExtensionDependency An extension dependency.
ExtensionFile Contains the actual file of the extensions and some informations like the size.
ExtensionLicenseManager Centralize known extension licenses.
ExtensionManager Main entry point for some extensions management tasks.
ExtensionManagerConfiguration Provide some general extension manager configuration.
InstalledExtension Represent a local extension.
LocalExtension Represent a local extension.
LocalExtensionFile Extension ExtensionFile with some more informations related local extensions.
 

Class Summary
AbstractExtension Base class for Extension implementations.
AbstractExtensionDependency Base class for ExtensionDependency implementations.
DefaultExtensionAuthor Default implementation of ExtensionAuthor.
DefaultExtensionDependency Default implementation of ExtensionDependency.
ExtensionId The combination of properties which makes an extension unique.
ExtensionLicense License of an extension.
 

Exception Summary
ExtensionException Any exception raised in the XWiki Extension Manager must raise an exception of this type.
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-2013 XWiki. All Rights Reserved.