Package | Description |
---|---|
org.eclipse.equinox.p2.metadata |
Defines the metadata being handled by p2.
|
org.eclipse.equinox.p2.operations |
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
|
org.eclipse.equinox.p2.query |
Provides common classes for the query mechanism.
|
org.eclipse.equinox.p2.repository.artifact |
Defines artifact repository.
|
org.eclipse.equinox.p2.repository.artifact.spi |
Defines SPI for registering new implementations of artifact repositories.
|
org.eclipse.equinox.p2.repository.metadata.spi |
Defines SPI for registering new implementations of metadata repositories.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Version.emptyVersion
The version that is semantically less then all other versions.
|
static Version |
Version.MAX_VERSION
The version that is semantically greater then all other versions.
|
Modifier and Type | Method and Description |
---|---|
static Version |
Version.create(String version)
Parses a version identifier from the specified string.
|
static Version |
Version.createOSGi(int major,
int minor,
int micro)
Creates an OSGi version identifier from the specified numerical components.
|
static Version |
Version.createOSGi(int major,
int minor,
int micro,
String qualifier)
Creates an OSGi version identifier from the specified components.
|
Version |
VersionRange.getMaximum()
Returns the maximum Version of this VersionRange
|
Version |
VersionRange.getMinimum()
Returns the minimum Version of this VersionRange
|
Version |
VersionedId.getVersion() |
Version |
IProvidedCapability.getVersion() |
Version |
MetadataFactory.InstallableUnitDescription.getVersion()
Return the versiono on this installable unit description.
|
Version |
IArtifactKey.getVersion()
Returns the version for this artifact key.
|
Version |
ITouchpointType.getVersion() |
Version |
IVersionedId.getVersion()
Returns the version portion of this versioned id.
|
Version |
IVersionFormat.parse(String version)
Parse the given version string.
|
static Version |
Version.parseVersion(String version)
Parses a version identifier from the specified string.
|
Modifier and Type | Method and Description |
---|---|
static IProvidedCapability |
MetadataFactory.createProvidedCapability(String namespace,
String name,
Version version)
Returns a
IProvidedCapability with the given values. |
static ITouchpointType |
MetadataFactory.createTouchpointType(String id,
Version version)
Returns a
TouchpointType with the given id and version. |
boolean |
VersionRange.isIncluded(Version version)
Returns whether the given version is included in this VersionRange.
|
void |
MetadataFactory.InstallableUnitDescription.setVersion(Version newVersion)
Set the version of this installable unit.
|
Constructor and Description |
---|
VersionedId(String id,
Version version)
Creates a new versioned id with the given id and version.
|
VersionRange(Version minVersion,
boolean includeMin,
Version maxVersion,
boolean includeMax)
Constructs a VersionRange with the specified minVersion and maxVersion.
|
Modifier and Type | Method and Description |
---|---|
Version |
RemedyIUDetail.getBeingInstalledVersion() |
Version |
RemedyIUDetail.getInstalledVersion() |
Version |
RemedyIUDetail.getRequestedVersion() |
Modifier and Type | Method and Description |
---|---|
void |
RemedyIUDetail.setBeingInstalledVersion(Version beingInstalledVersion) |
void |
RemedyIUDetail.setInstalledVersion(Version installedVersion) |
void |
RemedyIUDetail.setRequestedVersion(Version requestedVersion) |
Modifier and Type | Method and Description |
---|---|
static IQuery<IInstallableUnit> |
QueryUtil.createIUQuery(String id,
Version version)
Creates a query that will match any
IInstallableUnit with the given
id and version. |
Modifier and Type | Method and Description |
---|---|
IArtifactKey |
IArtifactRepository.createArtifactKey(String classifier,
String id,
Version version)
Create an instance of
IArtifactKey |
Modifier and Type | Method and Description |
---|---|
IArtifactKey |
AbstractArtifactRepository.createArtifactKey(String classifier,
String id,
Version version) |
Modifier and Type | Field and Description |
---|---|
Version |
AbstractMetadataRepository.RepositoryState.Version
The persisted version of the repository.
|
Copyright (c) 2000, 2014 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.