|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Version | |
|---|---|
| org.xwiki.extension | |
| org.xwiki.extension.repository | |
| org.xwiki.extension.version | |
| org.xwiki.extension.wrap | |
| Uses of Version in org.xwiki.extension |
|---|
| Methods in org.xwiki.extension that return Version | |
|---|---|
Version |
ExtensionId.getVersion()
|
| Constructors in org.xwiki.extension with parameters of type Version | |
|---|---|
ExtensionId(String id,
Version version)
|
|
| Uses of Version in org.xwiki.extension.repository |
|---|
| Methods in org.xwiki.extension.repository that return types with arguments of type Version | |
|---|---|
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. |
| Uses of Version in org.xwiki.extension.version |
|---|
| Methods in org.xwiki.extension.version that return Version | |
|---|---|
Version |
VersionConstraint.getVersion()
Gets the version recommended by this constraint. |
| Methods in org.xwiki.extension.version with parameters of type Version | |
|---|---|
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. |
| Uses of Version in org.xwiki.extension.wrap |
|---|
| Methods in org.xwiki.extension.wrap that return types with arguments of type Version | |
|---|---|
IterableResult<Version> |
WrappingExtensionRepository.resolveVersions(String id,
int offset,
int nb)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||