A C D E F G H I L M N O P R S T U V W 

A

AbstractExtension - Class in org.xwiki.extension
Base class for Extension implementations.
AbstractExtension(ExtensionRepository, ExtensionId, String) - Constructor for class org.xwiki.extension.AbstractExtension
 
AbstractExtension(ExtensionRepository, Extension) - Constructor for class org.xwiki.extension.AbstractExtension
Create new extension descriptor by copying provided one.
AbstractExtensionDependency - Class in org.xwiki.extension
Base class for ExtensionDependency implementations.
AbstractExtensionDependency(ExtensionDependency, VersionConstraint) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
Create new instance by cloning the provided one with different version constraint.
AbstractExtensionDependency(String, VersionConstraint) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
 
AbstractExtensionDependency(String, VersionConstraint, Map<String, Object>) - Constructor for class org.xwiki.extension.AbstractExtensionDependency
 
AbstractExtensionEvent - Class in org.xwiki.extension.event
Base class for all ExtensionEvent.
AbstractExtensionEvent() - Constructor for class org.xwiki.extension.event.AbstractExtensionEvent
Default constructor.
AbstractExtensionEvent(ExtensionId, String) - Constructor for class org.xwiki.extension.event.AbstractExtensionEvent
 
AbstractExtensionRepository - Class in org.xwiki.extension.repository
Base class for ExtensionRepository implementations.
AbstractExtensionRepository() - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepository
Default constructor.
AbstractExtensionRepository(ExtensionRepositoryDescriptor) - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepository
 
AbstractExtensionRepository(ExtensionRepositoryId) - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepository
AbstractExtensionRepositoryFactory - Class in org.xwiki.extension.repository
Base class for all implementations of ExtensionRepositoryFactory.
AbstractExtensionRepositoryFactory() - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepositoryFactory
 
AbstractExtensionRepositorySource - Class in org.xwiki.extension.repository
Base class for ExtensionRepositorySource implementations.
AbstractExtensionRepositorySource() - Constructor for class org.xwiki.extension.repository.AbstractExtensionRepositorySource
 
AbstractExtensionRequest - Class in org.xwiki.extension.job
Base class for extension manipulation related Request implementations.
AbstractExtensionRequest() - Constructor for class org.xwiki.extension.job.AbstractExtensionRequest
Default constructor.
AbstractExtensionRequest(Request) - Constructor for class org.xwiki.extension.job.AbstractExtensionRequest
 
AbstractSearchResult<T> - Class in org.xwiki.extension.repository.result
Utility base class for IterableResult implementations.
AbstractSearchResult(int, int) - Constructor for class org.xwiki.extension.repository.result.AbstractSearchResult
 
AbstractWrappingObject<T> - Class in org.xwiki.extension.wrap
Wrap an Object.
AbstractWrappingObject(T) - Constructor for class org.xwiki.extension.wrap.AbstractWrappingObject
 
addAuthor(ExtensionAuthor) - Method in class org.xwiki.extension.AbstractExtension
Add a new author to the extension.
addDependency(ExtensionDependency) - Method in class org.xwiki.extension.AbstractExtension
Add a new dependency to the extension.
addExcludedExtension(ExtensionId) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
addExtension(ExtensionId) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
addFeature(String) - Method in class org.xwiki.extension.AbstractExtension
Add a new feature to the extension.
addLicense(ExtensionLicense) - Method in class org.xwiki.extension.AbstractExtension
Add a new license to the extension.
addLicense(ExtensionLicense) - Method in interface org.xwiki.extension.ExtensionLicenseManager
Add new license.
addNamespace(String) - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
addRepository(ExtensionRepositoryId) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
addRepository(ExtensionRepositoryDescriptor) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Create and add a new repository.
addRepository(ExtensionRepository) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
addSearchResult(IterableResult<T>) - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
AggregatedIterableResult<T> - Class in org.xwiki.extension.repository.result
Make several iterable results look like one.
AggregatedIterableResult(int) - Constructor for class org.xwiki.extension.repository.result.AggregatedIterableResult
 
AggregatedIterator<T> - Class in org.xwiki.extension.repository.result
Makes several consecutive Iterators look like one.
AggregatedIterator(Iterator<Iterator<T>>) - Constructor for class org.xwiki.extension.repository.result.AggregatedIterator
 
authors - Variable in class org.xwiki.extension.AbstractExtension
 

C

checkInstall(Extension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Check if installing the passed extension is allowed.
checkInstall(Extension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionValidator
Check if installing the passed extension is allowed.
checkUninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Check if uninstalling the passed extension is allowed.
checkUninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionValidator
Check if uninstalling the passed extension is allowed.
CollectionIterableResult<T> - Class in org.xwiki.extension.repository.result
A simple collection based IterableResult.
CollectionIterableResult(int, int, Collection<T>) - Constructor for class org.xwiki.extension.repository.result.CollectionIterableResult
 
containsVersion(Version) - Method in interface org.xwiki.extension.version.VersionConstraint
Indicate if the provided Version satisfies the constraint.
containsVersion(Version) - Method in interface org.xwiki.extension.version.VersionRange
Indicate if the provided version is part of this range.
CoreExtension - Interface in org.xwiki.extension
Represent an extension which can't be modified (uninstalled, upgraded).
CoreExtensionFile - Interface in org.xwiki.extension
Extension ExtensionFile with some more informations related local extensions.
CoreExtensionRepository - Interface in org.xwiki.extension.repository
Virtual extension repository containing core extensions.
countExtensions() - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
countExtensions() - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
countExtensions() - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
createRepository(ExtensionRepositoryId) - Method in class org.xwiki.extension.repository.AbstractExtensionRepositoryFactory
 
createRepository(ExtensionRepositoryId) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryFactory
createRepository(ExtensionRepositoryDescriptor) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryFactory
Create a new ExtensionRepository.

D

DefaultExtensionAuthor - Class in org.xwiki.extension
Default implementation of ExtensionAuthor.
DefaultExtensionAuthor(String, URL) - Constructor for class org.xwiki.extension.DefaultExtensionAuthor
 
DefaultExtensionDependency - Class in org.xwiki.extension
Default implementation of ExtensionDependency.
DefaultExtensionDependency(String, VersionConstraint) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
 
DefaultExtensionDependency(String, VersionConstraint, Map<String, Object>) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
 
DefaultExtensionDependency(ExtensionDependency, VersionConstraint) - Constructor for class org.xwiki.extension.DefaultExtensionDependency
Create new instance by cloning the provided one with different version constraint.
DefaultExtensionRepositoryDescriptor - Class in org.xwiki.extension.repository
Default implementation of ExtensionRepositoryDescriptor.
DefaultExtensionRepositoryDescriptor(ExtensionRepositoryDescriptor) - Constructor for class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
DefaultExtensionRepositoryDescriptor(String, String, URI) - Constructor for class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
dependencies - Variable in class org.xwiki.extension.AbstractExtension
 
description - Variable in class org.xwiki.extension.AbstractExtension
 

E

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
Deprecated.
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.

F

features - Variable in class org.xwiki.extension.AbstractExtension
 
file - Variable in class org.xwiki.extension.AbstractExtension
The file of the extension.

G

getAbsolutePath() - Method in interface org.xwiki.extension.LocalExtensionFile
Returns the absolute pathname string of this file.
getAction() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getAction() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
 
getActions() - Method in interface org.xwiki.extension.job.plan.ExtensionPlan
 
getAuthors() - Method in class org.xwiki.extension.AbstractExtension
 
getAuthors() - Method in interface org.xwiki.extension.Extension
 
getAuthors() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getBackwardDependencies(String, String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Get provided installed extension backward dependencies in the provided namespace.
getBackwardDependencies(ExtensionId) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Get all backward dependencies by namespace for the provided installed extension.
getChildren() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
 
getContent() - Method in class org.xwiki.extension.ExtensionLicense
 
getCoreExtension(String) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
getCoreExtensions() - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
getDependencies() - Method in class org.xwiki.extension.AbstractExtension
 
getDependencies() - Method in interface org.xwiki.extension.Extension
 
getDependencies() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getDescription() - Method in class org.xwiki.extension.AbstractExtension
 
getDescription() - Method in interface org.xwiki.extension.Extension
 
getDescription() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getDescriptor() - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
getDescriptor() - Method in interface org.xwiki.extension.repository.ExtensionRepository
 
getDescriptor() - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
getEnvironmentExtension() - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
Return the extension corresponding to the current environment if any.
getExcludedExtensions() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getExtension() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getExtensionId() - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
getExtensionId() - Method in interface org.xwiki.extension.event.ExtensionEvent
 
getExtensionRepositories() - Method in class org.xwiki.extension.repository.AbstractExtensionRepositorySource
 
getExtensionRepositories() - Method in interface org.xwiki.extension.repository.ExtensionRepositorySource
getExtensionRepositoryDescriptors() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getExtensionRepositoryDescriptors() - Method in interface org.xwiki.extension.repository.ExtensionRepositorySource
 
getExtensions() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getExtensions() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
getFeatures() - Method in class org.xwiki.extension.AbstractExtension
 
getFeatures() - Method in interface org.xwiki.extension.Extension
The idea is to indicate in an extension a list of provided "functionalities".
getFeatures() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getFile() - Method in class org.xwiki.extension.AbstractExtension
 
getFile() - Method in interface org.xwiki.extension.Extension
Return extension file descriptor.
getFile() - Method in interface org.xwiki.extension.LocalExtension
 
getFile() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
 
getFile() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getFile() - Method in class org.xwiki.extension.wrap.WrappingLocalExtension
 
getId() - Method in class org.xwiki.extension.AbstractExtension
 
getId() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getId() - Method in interface org.xwiki.extension.Extension
 
getId() - Method in interface org.xwiki.extension.ExtensionDependency
 
getId() - Method in class org.xwiki.extension.ExtensionId
 
getId() - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
getId() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getId() - Method in interface org.xwiki.extension.repository.ExtensionRepository
Deprecated.
since 4.3M1 use ExtensionRepository.getDescriptor() instead
getId() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getId() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getId() - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
getInitialVersionConstraint() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanNode
 
getInstalledExtension(String, String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Return the installed extension associated to the provided feature for the provided namespace (or root namespace since namespaces inherit from root).
getInstalledExtension(ExtensionId) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Return extension descriptor from the repository.
getInstalledExtensions() - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
getInstalledExtensions(String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Return all the extensions available for the provided namespace.
getLength() - Method in interface org.xwiki.extension.ExtensionFile
 
getLicense(String) - Method in interface org.xwiki.extension.ExtensionLicenseManager
Get known license by its name.
getLicenses() - Method in class org.xwiki.extension.AbstractExtension
 
getLicenses() - Method in interface org.xwiki.extension.Extension
 
getLicenses() - Method in interface org.xwiki.extension.ExtensionLicenseManager
 
getLicenses() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getLocalExtension() - Method in interface org.xwiki.extension.InstalledExtension
 
getLocalExtension(ExtensionId) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
Return extension descriptor from the repository.
getLocalExtension() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
getLocalExtensions() - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
getLocalExtensionVersions(String) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
getLocalRepository() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getName() - Method in class org.xwiki.extension.AbstractExtension
 
getName() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
getName() - Method in interface org.xwiki.extension.Extension
 
getName() - Method in interface org.xwiki.extension.ExtensionAuthor
 
getName() - Method in class org.xwiki.extension.ExtensionLicense
 
getName() - Method in interface org.xwiki.extension.LocalExtensionFile
Returns the name of the file.
getName() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getNamespace() - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
getNamespace() - Method in interface org.xwiki.extension.event.ExtensionEvent
 
getNamespace() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getNamespaces() - Method in interface org.xwiki.extension.InstalledExtension
 
getNamespaces() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
getNamespaces() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
getNamespaces() - Method in class org.xwiki.extension.wrap.WrappingInstalledExtension
 
getOffset() - Method in class org.xwiki.extension.repository.result.AbstractSearchResult
 
getOffset() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
getOffset() - Method in interface org.xwiki.extension.repository.result.IterableResult
 
getOffset() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 
getPreviousExtension() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
Deprecated.
getPreviousExtensions() - Method in interface org.xwiki.extension.job.plan.ExtensionPlanAction
 
getProperties() - Method in class org.xwiki.extension.AbstractExtension
 
getProperties() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getProperties() - Method in interface org.xwiki.extension.Extension
Extends Extension standard properties.
getProperties() - Method in interface org.xwiki.extension.ExtensionDependency
Extends ExtensionDependency standard properties.
getProperties() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getProperties() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
Extends ExtensionRepositoryDescriptor standard properties.
getProperties() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getProperty(String) - Method in class org.xwiki.extension.AbstractExtension
 
getProperty(String, T) - Method in class org.xwiki.extension.AbstractExtension
 
getProperty(String) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getProperty(String, T) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getProperty(String) - Method in interface org.xwiki.extension.Extension
 
getProperty(String, T) - Method in interface org.xwiki.extension.Extension
Get a property.
getProperty(String) - Method in interface org.xwiki.extension.ExtensionDependency
 
getProperty(String, T) - Method in interface org.xwiki.extension.ExtensionDependency
Get a property.
getProperty(String) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getProperty(String) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getProperty(String) - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getProperty(String, T) - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getRanges() - Method in interface org.xwiki.extension.version.VersionConstraint
Gets the version ranges of this constraint.
getRanges() - Method in interface org.xwiki.extension.version.VersionRangeCollection
Gets the version ranges.
getRepositories() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
getRepositories() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
getRepository() - Method in class org.xwiki.extension.AbstractExtension
 
getRepository() - Method in interface org.xwiki.extension.Extension
 
getRepository(String) - Method in interface org.xwiki.extension.ExtensionManager
Return a repository based on its id.
getRepository(String) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
 
getRepository() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getSize() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
getSize() - Method in class org.xwiki.extension.repository.result.CollectionIterableResult
 
getSize() - Method in interface org.xwiki.extension.repository.result.IterableResult
 
getSize() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 
getSummary() - Method in class org.xwiki.extension.AbstractExtension
 
getSummary() - Method in interface org.xwiki.extension.Extension
 
getSummary() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getTotalHits() - Method in class org.xwiki.extension.repository.result.AbstractSearchResult
 
getTotalHits() - Method in class org.xwiki.extension.repository.result.AggregatedIterableResult
 
getTotalHits() - Method in interface org.xwiki.extension.repository.result.IterableResult
 
getTotalHits() - Method in class org.xwiki.extension.wrap.WrappingIterableResult
 
getTree() - Method in interface org.xwiki.extension.job.plan.ExtensionPlan
 
getType() - Method in class org.xwiki.extension.AbstractExtension
 
getType() - Method in interface org.xwiki.extension.Extension
 
getType() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getType() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getType() - Method in interface org.xwiki.extension.version.Version
 
getType() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getURI() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
getURI() - Method in interface org.xwiki.extension.repository.ExtensionRepositoryDescriptor
 
getURL() - Method in interface org.xwiki.extension.CoreExtension
 
getURL() - Method in interface org.xwiki.extension.CoreExtensionFile
 
getURL() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
getURL() - Method in interface org.xwiki.extension.ExtensionAuthor
 
getURL() - Method in class org.xwiki.extension.wrap.WrappingCoreExtension
 
getUserAgent() - Method in interface org.xwiki.extension.ExtensionManagerConfiguration
 
getValue() - Method in interface org.xwiki.extension.version.Version
 
getValue() - Method in interface org.xwiki.extension.version.VersionConstraint
 
getValue() - Method in interface org.xwiki.extension.version.VersionRange
 
getVersion() - Method in class org.xwiki.extension.ExtensionId
 
getVersion() - Method in interface org.xwiki.extension.version.VersionConstraint
Gets the version recommended by this constraint.
getVersionConstraint() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
getVersionConstraint() - Method in interface org.xwiki.extension.ExtensionDependency
 
getWebSite() - Method in class org.xwiki.extension.AbstractExtension
 
getWebSite() - Method in interface org.xwiki.extension.Extension
 
getWebSite() - Method in class org.xwiki.extension.wrap.WrappingExtension
 
getWrapped() - Method in class org.xwiki.extension.wrap.AbstractWrappingObject
 

H

hashCode() - Method in class org.xwiki.extension.AbstractExtension
 
hashCode() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
hashCode() - Method in class org.xwiki.extension.DefaultExtensionAuthor
 
hashCode() - Method in class org.xwiki.extension.ExtensionId
 
hashCode() - Method in class org.xwiki.extension.ExtensionLicense
 
hashCode() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
hashCode() - Method in class org.xwiki.extension.wrap.AbstractWrappingObject
 
hasNamespace() - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
hasNamespace() - Method in interface org.xwiki.extension.event.ExtensionEvent
 
hasNamespaces() - Method in class org.xwiki.extension.job.AbstractExtensionRequest
 
hasNamespaces() - Method in interface org.xwiki.extension.job.ExtensionRequest
 
hasNext() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
 

I

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
Deprecated.
since 4.3M1 use InstalledExtension.isDependency(String) with null namespace instead
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
 

L

licenses - Variable in class org.xwiki.extension.AbstractExtension
 
LocalExtension - Interface in org.xwiki.extension
Represent a local extension.
LocalExtensionFile - Interface in org.xwiki.extension
Extension ExtensionFile with some more informations related local extensions.
LocalExtensionRepository - Interface in org.xwiki.extension.repository
A repository containing local extension.
LocalExtensionRepositoryException - Exception in org.xwiki.extension.repository
LocalExtensionRepositoryException(String) - Constructor for exception org.xwiki.extension.repository.LocalExtensionRepositoryException
Constructs a new exception with the specified detail message.
LocalExtensionRepositoryException(String, Throwable) - Constructor for exception org.xwiki.extension.repository.LocalExtensionRepositoryException
Constructs a new exception with the specified detail message and cause.

M

matches(Object) - Method in class org.xwiki.extension.event.AbstractExtensionEvent
 
merge(VersionConstraint) - Method in interface org.xwiki.extension.version.VersionConstraint
Merge too version constraints in one.

N

name - Variable in class org.xwiki.extension.AbstractExtension
 
next() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
 

O

openStream() - Method in interface org.xwiki.extension.ExtensionFile
Open an input stream to allows reading the extensions.
org.xwiki.extension - package org.xwiki.extension
 
org.xwiki.extension.event - package org.xwiki.extension.event
 
org.xwiki.extension.handler - package org.xwiki.extension.handler
 
org.xwiki.extension.job - package org.xwiki.extension.job
 
org.xwiki.extension.job.plan - package org.xwiki.extension.job.plan
 
org.xwiki.extension.repository - package org.xwiki.extension.repository
 
org.xwiki.extension.repository.result - package org.xwiki.extension.repository.result
 
org.xwiki.extension.repository.search - package org.xwiki.extension.repository.search
 
org.xwiki.extension.version - package org.xwiki.extension.version
 
org.xwiki.extension.wrap - package org.xwiki.extension.wrap
 

P

PKEY_DEPENDENCY - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.isDependency(String) with null namespace.
PKEY_FILE - Static variable in interface org.xwiki.extension.LocalExtension
Custom property key containing LocalExtension.getFile().
PKEY_GUESSED - Static variable in interface org.xwiki.extension.CoreExtension
 
PKEY_INSTALLED - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.isInstalled().
PKEY_NAMESPACES - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.getNamespaces().
PKEY_NAMESPACES_DEPENDENCY - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.isInstalled(String).
PKEY_NAMESPACES_NAMESPACE - Static variable in interface org.xwiki.extension.InstalledExtension
Custom property key containing InstalledExtension.getNamespaces().
PKEY_URL - Static variable in interface org.xwiki.extension.CoreExtension
 
properties - Variable in class org.xwiki.extension.AbstractExtension
 
properties - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
PROPERTY_EXCLUDEDEXTENSIONS - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_EXTENSIONS - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
PROPERTY_NAMESPACES - Static variable in class org.xwiki.extension.job.AbstractExtensionRequest
 
putProperty(String, Object) - Method in class org.xwiki.extension.AbstractExtension
Set a property.
putProperty(String, Object) - Method in class org.xwiki.extension.AbstractExtensionDependency
Set a property.
putProperty(String, String) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
Set a property.

R

remove() - Method in class org.xwiki.extension.repository.result.AggregatedIterator
 
removeExtension(LocalExtension) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
Remove extension from local repository.
removeRepository(String) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Remove a repository form the list.
repository - Variable in class org.xwiki.extension.AbstractExtension
 
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.CoreExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.ExtensionRepository
Return extension descriptor from the repository.
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.ExtensionRepository
Return extension descriptor from the repository.
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Get extension descriptor found in one of the repositories.
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Get extension descriptor found in one of the repositories.
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
 
resolve(ExtensionDependency) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
resolve(ExtensionId) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
resolve(ExtensionId) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
resolve(ExtensionDependency) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 
ResolveException - Exception in org.xwiki.extension
Error when trying to resolve an extension.
ResolveException(String) - Constructor for exception org.xwiki.extension.ResolveException
Constructs a new exception with the specified detail message.
ResolveException(String, Throwable) - Constructor for exception org.xwiki.extension.ResolveException
Constructs a new exception with the specified detail message and cause.
resolveExtension(ExtensionId) - Method in interface org.xwiki.extension.ExtensionManager
Search the provided extension among all repositories including core and local repositories.
resolveExtension(ExtensionDependency) - Method in interface org.xwiki.extension.ExtensionManager
Deprecated.
resolveExtension(ExtensionDependency, String) - Method in interface org.xwiki.extension.ExtensionManager
Search the provided extension as a dependency of another extension among all repositories including core and local repositories.
resolveVersions(String, int, int) - Method in interface org.xwiki.extension.repository.ExtensionRepository
Return ordered (ascendent) versions for the provided extension id.
resolveVersions(String, int, int) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Return ordered (ascendent) versions for the provided extension id.
resolveVersions(String, int, int) - Method in class org.xwiki.extension.wrap.WrappingExtensionRepository
 

S

search(String, int, int) - Method in interface org.xwiki.extension.repository.ExtensionRepositoryManager
Search among all repository implementing Searchable interface.
search(String, int, int) - Method in interface org.xwiki.extension.repository.search.Searchable
Search extension based of the provided pattern.
Searchable - Interface in org.xwiki.extension.repository.search
A repository can implements it to provide search capabilities.
SearchException - Exception in org.xwiki.extension.repository.search
Error when search for exetension in a repository.
SearchException(String) - Constructor for exception org.xwiki.extension.repository.search.SearchException
Constructs a new exception with the specified detail message.
SearchException(String, Throwable) - Constructor for exception org.xwiki.extension.repository.search.SearchException
Constructs a new exception with the specified detail message and cause.
searchInstalledExtensions(String, String, int, int) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Search installed extensions based of the provided pattern and only in the passed namespace.
set(Extension) - Method in class org.xwiki.extension.AbstractExtension
Update optional informations based on the provided extension.
setAuthors(Collection<? extends ExtensionAuthor>) - Method in class org.xwiki.extension.AbstractExtension
 
setDependencies(Collection<? extends ExtensionDependency>) - Method in class org.xwiki.extension.AbstractExtension
 
setDescription(String) - Method in class org.xwiki.extension.AbstractExtension
 
setDescriptor(ExtensionRepositoryDescriptor) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
 
setFeatures(Collection<String>) - Method in class org.xwiki.extension.AbstractExtension
 
setFile(ExtensionFile) - Method in class org.xwiki.extension.AbstractExtension
 
setId(ExtensionId) - Method in class org.xwiki.extension.AbstractExtension
 
setId(String) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
setId(ExtensionRepositoryId) - Method in class org.xwiki.extension.repository.AbstractExtensionRepository
setLicenses(Collection<ExtensionLicense>) - Method in class org.xwiki.extension.AbstractExtension
 
setName(String) - Method in class org.xwiki.extension.AbstractExtension
 
setProperties(Map<String, Object>) - Method in class org.xwiki.extension.AbstractExtension
Replace existing properties with provided properties.
setProperties(Map<String, Object>) - Method in class org.xwiki.extension.AbstractExtensionDependency
Replace existing properties with provided properties.
setProperties(Map<String, String>) - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
Replace existing properties with provided properties.
setProperties(LocalExtension, Map<String, Object>) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
 
setRepository(ExtensionRepository) - Method in class org.xwiki.extension.AbstractExtension
 
setSummary(String) - Method in class org.xwiki.extension.AbstractExtension
 
setType(String) - Method in class org.xwiki.extension.AbstractExtension
 
setVersionConstraint(VersionConstraint) - Method in class org.xwiki.extension.AbstractExtensionDependency
 
setWebsite(String) - Method in class org.xwiki.extension.AbstractExtension
 
storeExtension(Extension) - Method in interface org.xwiki.extension.repository.LocalExtensionRepository
Store provided extension (generally a remote extension) in the local repository.
summary - Variable in class org.xwiki.extension.AbstractExtension
 

T

toString() - Method in class org.xwiki.extension.AbstractExtension
 
toString() - Method in class org.xwiki.extension.AbstractExtensionDependency
 
toString() - Method in class org.xwiki.extension.ExtensionId
 
toString() - Method in class org.xwiki.extension.ExtensionLicense
 
toString() - Method in class org.xwiki.extension.repository.DefaultExtensionRepositoryDescriptor
 
toString() - Method in class org.xwiki.extension.wrap.AbstractWrappingObject
 
type - Variable in class org.xwiki.extension.AbstractExtension
 

U

uninstall(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Deprecated.
starting with 5.ORC1 use uninstall(InstalledExtension, String, Request) instead
uninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Uninstall the provided local extension.
uninstall(LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
uninstall(InstalledExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Uninstall the provided local extension.
UninstallException - Exception in org.xwiki.extension
Error when trying to uninstall an extension.
UninstallException(String) - Constructor for exception org.xwiki.extension.UninstallException
Constructs a new exception with the specified detail message.
UninstallException(String, Throwable) - Constructor for exception org.xwiki.extension.UninstallException
Constructs a new exception with the specified detail message and cause.
uninstallExtension(InstalledExtension, String) - Method in interface org.xwiki.extension.repository.InstalledExtensionRepository
Indicate that the provided extension is uninstalled from provided namespace.
UninstallRequest - Class in org.xwiki.extension.job
Request used in org.xwiki.extension.job.internal.InstallJob.
UninstallRequest() - Constructor for class org.xwiki.extension.job.UninstallRequest
Default constructor.
UninstallRequest(Request) - Constructor for class org.xwiki.extension.job.UninstallRequest
 
upgrade(LocalExtension, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Deprecated.
upgrade(Collection<InstalledExtension>, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandler
Upgrade the provided local extension.
upgrade(LocalExtension, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
upgrade(Collection<InstalledExtension>, LocalExtension, String, Request) - Method in interface org.xwiki.extension.handler.ExtensionHandlerManager
Upgrade the provided local extension.

V

valueOf(String) - Static method in enum org.xwiki.extension.job.plan.ExtensionPlanAction.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.xwiki.extension.version.Version.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.xwiki.extension.job.plan.ExtensionPlanAction.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.xwiki.extension.version.Version.Type
Returns an array containing the constants of this enum type, in the order they are declared.
Version - Interface in org.xwiki.extension.version
An extension version.
Version.Type - Enum in org.xwiki.extension.version
The type of version.
versionConstraint - Variable in class org.xwiki.extension.AbstractExtensionDependency
 
VersionConstraint - Interface in org.xwiki.extension.version
An extension version constraint.
VersionRange - Interface in org.xwiki.extension.version
A range of versions.
VersionRangeCollection - Interface in org.xwiki.extension.version
Extends VersionRange to as a list of VersionRange.

W

website - Variable in class org.xwiki.extension.AbstractExtension
 
WrappingCoreExtension<T extends CoreExtension> - Class in org.xwiki.extension.wrap
Wrap a Core extension.
WrappingCoreExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingCoreExtension
 
WrappingExtension<E extends Extension> - Class in org.xwiki.extension.wrap
Wrap an extension.
WrappingExtension(E) - Constructor for class org.xwiki.extension.wrap.WrappingExtension
 
WrappingExtensionRepository<T extends ExtensionRepository> - Class in org.xwiki.extension.wrap
WrappingExtensionRepository(T) - Constructor for class org.xwiki.extension.wrap.WrappingExtensionRepository
 
WrappingInstalledExtension<E extends InstalledExtension> - Class in org.xwiki.extension.wrap
Wrap a local extension.
WrappingInstalledExtension(E) - Constructor for class org.xwiki.extension.wrap.WrappingInstalledExtension
 
WrappingIterableResult<E extends Extension> - Class in org.xwiki.extension.wrap
Provide a public script access to a iterable result.
WrappingIterableResult(IterableResult<E>, ScriptSafeProvider<?>) - Constructor for class org.xwiki.extension.wrap.WrappingIterableResult
 
WrappingLocalExtension<T extends LocalExtension> - Class in org.xwiki.extension.wrap
Wrap a local extension.
WrappingLocalExtension(T) - Constructor for class org.xwiki.extension.wrap.WrappingLocalExtension
 
A C D E F G H I L M N O P R S T U V W 

Copyright © 2004–2014 XWiki. All rights reserved.