| Package | Description |
|---|---|
| org.xwiki.extension | |
| org.xwiki.extension.repository | |
| org.xwiki.extension.repository.rating | |
| org.xwiki.extension.version | |
| org.xwiki.extension.wrap |
| Modifier and Type | Method and Description |
|---|---|
Version |
ExtensionId.getVersion() |
| Constructor and Description |
|---|
ExtensionId(String id,
Version version) |
| Modifier and Type | Method and Description |
|---|---|
IterableResult<Version> |
ExtensionRepositoryManager.resolveVersions(String id,
int offset,
int nb)
Return ordered (ascendent) versions for the provided extension id.
|
IterableResult<Version> |
ExtensionRepository.resolveVersions(String id,
int offset,
int nb)
Return ordered (ascendent) versions for the provided extension id.
|
| Modifier and Type | Method and Description |
|---|---|
ExtensionRating |
Ratable.getRating(String extensionId,
Version extensionVersion) |
| Modifier and Type | Method and Description |
|---|---|
Version |
VersionConstraint.getVersion()
Gets the version recommended by this constraint.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
VersionConstraint.containsVersion(Version version)
Indicate if the provided
Version satisfies the constraint. |
boolean |
VersionRange.containsVersion(Version version)
Indicate if the provided version is part of this range.
|
boolean |
VersionConstraint.isCompatible(Version version)
Indicate of the provided
Version is compatible with this version. |
| Modifier and Type | Method and Description |
|---|---|
IterableResult<Version> |
WrappingExtensionRepository.resolveVersions(String id,
int offset,
int nb) |
Copyright © 2004–2015 XWiki. All rights reserved.