- equals(Object) - Method in class org.xwiki.extension.AbstractExtension
-
- equals(Object) - Method in class org.xwiki.extension.AbstractExtensionDependency
-
- equals(Object) - Method in class org.xwiki.extension.DefaultExtensionAuthor
-
- equals(Object) - Method in class org.xwiki.extension.ExtensionId
-
- equals(Object) - Method in class org.xwiki.extension.ExtensionLicense
-
- equals(Object) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
-
- equals(Object) - Method in class org.xwiki.extension.wrap.AbstractWrappingObject
-
- exists(ExtensionId) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
-
- exists(String) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
-
- exists(ExtensionId) - Method in interface org.xwiki.extension.repository.ExtensionRepository
-
- exists(ExtensionId) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
-
- Extension - Interface in org.xwiki.extension
-
Represent an extension.
- ExtensionAuthor - Interface in org.xwiki.extension
-
Informations related to an author of the extension.
- ExtensionDependency - Interface in org.xwiki.extension
-
An extension dependency.
- ExtensionEvent - Interface in org.xwiki.extension.event
-
An extension related event.
- ExtensionException - Exception in org.xwiki.extension
-
Any exception raised in the XWiki Extension Manager must raise an exception of this type.
- ExtensionException(String) - Constructor for exception org.xwiki.extension.ExtensionException
-
Constructs a new exception with the specified detail message.
- ExtensionException(String, Throwable) - Constructor for exception org.xwiki.extension.ExtensionException
-
Constructs a new exception with the specified detail message and cause.
- ExtensionFile - Interface in org.xwiki.extension
-
Contains the actual file of the extensions and some informations like the size.
- ExtensionHandler - Interface in org.xwiki.extension.handler
-
Handle extension related tasks depending of the type (install, uninstall, etc...).
- ExtensionHandlerManager - Interface in org.xwiki.extension.handler
-
Used as proxy behind all extension handlers.
- ExtensionId - Class in org.xwiki.extension
-
The combination of properties which makes an extension unique.
- ExtensionId(String, String) - Constructor for class org.xwiki.extension.ExtensionId
-
- ExtensionId(String, Version) - Constructor for class org.xwiki.extension.ExtensionId
-
- ExtensionInitializer - Interface in org.xwiki.extension.handler
-
Handle installed extensions initialization (during application startup, reinitialization...).
- ExtensionInstalledEvent - Class in org.xwiki.extension.event
-
An event triggered when a extension has been installed.
- ExtensionInstalledEvent() - Constructor for class org.xwiki.extension.event.ExtensionInstalledEvent
-
Matches all extensions.
- ExtensionInstalledEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionInstalledEvent
-
Matches only the specified extension id or/and version.
- ExtensionLicense - Class in org.xwiki.extension
-
License of an extension.
- ExtensionLicense(String, List<String>) - Constructor for class org.xwiki.extension.ExtensionLicense
-
- ExtensionLicenseManager - Interface in org.xwiki.extension
-
Centralize known extension licenses.
- ExtensionManager - Interface in org.xwiki.extension
-
Main entry point for some extensions management tasks.
- ExtensionManagerConfiguration - Interface in org.xwiki.extension
-
Provide some general extension manager configuration.
- ExtensionPlan - Interface in org.xwiki.extension.job.plan
-
A plan of extensions related actions to perform.
- ExtensionPlanAction - Interface in org.xwiki.extension.job.plan
-
An action to perform as part of an extension plan.
- ExtensionPlanAction.Action - Enum in org.xwiki.extension.job.plan
-
The action to execute.
- ExtensionPlanNode - Interface in org.xwiki.extension.job.plan
-
A node in the extension plan tree.
- ExtensionPlanTree - Interface in org.xwiki.extension.job.plan
-
The extension plan tree.
- ExtensionRepository - Interface in org.xwiki.extension.repository
-
A repository containing extensions.
- ExtensionRepositoryDescriptor - Interface in org.xwiki.extension.repository
-
Describe a repository.
- ExtensionRepositoryException - Exception in org.xwiki.extension.repository
-
Error when creating a new extension repository.
- ExtensionRepositoryException(String) - Constructor for exception org.xwiki.extension.repository.ExtensionRepositoryException
-
Constructs a new exception with the specified detail message.
- ExtensionRepositoryException(String, Throwable) - Constructor for exception org.xwiki.extension.repository.ExtensionRepositoryException
-
Constructs a new exception with the specified detail message and cause.
- ExtensionRepositoryFactory - Interface in org.xwiki.extension.repository
-
- ExtensionRepositoryId - Class in org.xwiki.extension.repository
-
- ExtensionRepositoryId(ExtensionRepositoryId) - Constructor for class org.xwiki.extension.repository.ExtensionRepositoryId
-
Deprecated.
- ExtensionRepositoryId(String, String, URI) - Constructor for class org.xwiki.extension.repository.ExtensionRepositoryId
-
Deprecated.
- ExtensionRepositoryId(ExtensionRepositoryDescriptor) - Constructor for class org.xwiki.extension.repository.ExtensionRepositoryId
-
Deprecated.
- ExtensionRepositoryManager - Interface in org.xwiki.extension.repository
-
Proxy behind remote repositories.
- ExtensionRepositorySource - Interface in org.xwiki.extension.repository
-
A repository identifiers source (for example xwiki.properties).
- ExtensionRequest - Interface in org.xwiki.extension.job
-
Extension manipulation related
Request.
- ExtensionUninstalledEvent - Class in org.xwiki.extension.event
-
An event triggered when a extension has been uninstalled.
- ExtensionUninstalledEvent() - Constructor for class org.xwiki.extension.event.ExtensionUninstalledEvent
-
Matches all extensions.
- ExtensionUninstalledEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUninstalledEvent
-
Matches only the specified extension id or/and version.
- ExtensionUpgradedEvent - Class in org.xwiki.extension.event
-
An event triggered when a extension has been upgraded.
- ExtensionUpgradedEvent() - Constructor for class org.xwiki.extension.event.ExtensionUpgradedEvent
-
Matches all extensions.
- ExtensionUpgradedEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.ExtensionUpgradedEvent
-
Matches only the specified extension id or/and version.
- ExtensionValidator - Interface in org.xwiki.extension.handler
-
Check if executing a given action on a passed extension is allowed.
- id - Variable in class org.xwiki.extension.AbstractExtension
-
- id - Variable in class org.xwiki.extension.AbstractExtensionDependency
-
- IncompatibleVersionConstraintException - Exception in org.xwiki.extension.version
-
Error when trying to merge too incompatible version constraint.
- IncompatibleVersionConstraintException(String) - Constructor for exception org.xwiki.extension.version.IncompatibleVersionConstraintException
-
Constructs a new exception with the specified detail message.
- IncompatibleVersionConstraintException(String, Throwable) - Constructor for exception org.xwiki.extension.version.IncompatibleVersionConstraintException
-
Constructs a new exception with the specified detail message and cause.
- initialize(LocalExtension, String) - Method in interface org.xwiki.extension.handler.ExtensionHandler
-
Initialize the provided local extension (during application startup, re-initialization...).
- initialize(LocalExtension, String) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
-
Initialize the provided local extension (during application startup, reinitialization...).
- initialize() - Method in interface org.xwiki.extension.handler.ExtensionInitializer
-
Initialize all installed extensions.
- initialize(String) - Method in interface org.xwiki.extension.handler.ExtensionInitializer
-
Initialize installed extensions of the provided namespace.
- initialize(String, String) - Method in interface org.xwiki.extension.handler.ExtensionInitializer
-
Initialize installed extensions of the provided type.
- install(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
-
Install the provided local extension.
- install(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
-
Install the provided local extension.
- InstalledExtension - Interface in org.xwiki.extension
-
Represent a local extension.
- InstalledExtensionRepository - Interface in org.xwiki.extension.repository
-
A repository containing installed extension.
- InstallException - Exception in org.xwiki.extension
-
Error when installing an extension.
- InstallException(String) - Constructor for exception org.xwiki.extension.InstallException
-
Constructs a new exception with the specified detail message.
- InstallException(String, Throwable) - Constructor for exception org.xwiki.extension.InstallException
-
Constructs a new exception with the specified detail message and cause.
- installExtension(LocalExtension, String, boolean) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
-
Indicate that the provided extension is installed in the provided namespace.
- InstallRequest - Class in org.xwiki.extension.job
-
Request used in org.xwiki.extension.job.internal.InstallJob.
- InstallRequest() - Constructor for class org.xwiki.extension.job.InstallRequest
-
Default constructor.
- InstallRequest(Request) - Constructor for class org.xwiki.extension.job.InstallRequest
-
- InvalidExtensionException - Exception in org.xwiki.extension
-
Error when loading an extension descriptor.
- InvalidExtensionException(String) - Constructor for exception org.xwiki.extension.InvalidExtensionException
-
Constructs a new exception with the specified detail message.
- InvalidExtensionException(String, Throwable) - Constructor for exception org.xwiki.extension.InvalidExtensionException
-
Constructs a new exception with the specified detail message and cause.
- InvalidVersionConstraintException - Exception in org.xwiki.extension.version
-
Error when parsing a version.
- InvalidVersionConstraintException(String) - Constructor for exception org.xwiki.extension.version.InvalidVersionConstraintException
-
Constructs a new exception with the specified detail message.
- InvalidVersionConstraintException(String, Throwable) - Constructor for exception org.xwiki.extension.version.InvalidVersionConstraintException
-
Constructs a new exception with the specified detail message and cause.
- InvalidVersionRangeException - Exception in org.xwiki.extension.version
-
Error when parsing a version.
- InvalidVersionRangeException(String) - Constructor for exception org.xwiki.extension.version.InvalidVersionRangeException
-
Constructs a new exception with the specified detail message.
- InvalidVersionRangeException(String, Throwable) - Constructor for exception org.xwiki.extension.version.InvalidVersionRangeException
-
Constructs a new exception with the specified detail message and cause.
- isCompatible(Version) - Method in interface org.xwiki.extension.version.VersionConstraint
-
Indicate of the provided
Version is compatible with this version.
- isCompatible(VersionRange) - Method in interface org.xwiki.extension.version.VersionRange
-
Indicate if the provided version range is compatible with the provided version range.
- isDependency(String) - Method in interface org.xwiki.extension.InstalledExtension
-
Indicate if the extension as been installed as a dependency of another one.
- isDependency() - Method in interface org.xwiki.extension.InstalledExtension
-
- isDependency() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
-
- isDependency() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
-
- isDependency(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
-
- isGuessed() - Method in interface org.xwiki.extension.CoreExtension
-
- isGuessed() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
-
- isInstalled() - Method in interface org.xwiki.extension.InstalledExtension
-
- isInstalled(String) - Method in interface org.xwiki.extension.InstalledExtension
-
Indicate if the extension is installed in the provided namespace.
- isInstalled() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
-
- isInstalled(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
-
- isValid(String) - Method in interface org.xwiki.extension.InstalledExtension
-
Indicate if the extension is working.
- isValid(String) - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
-
- IterableResult<T> - Interface in org.xwiki.extension.repository.result
-
The result of a query.
- iterator() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
-
- iterator() - Method in class org.xwiki.extension.repository.result.CollectionIterableResult
-
- iterator() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
-