Uses of Class
org.eclipse.equinox.p2.metadata.Version
Package
Description
Defines the metadata being handled by p2.
Describes high level provisioning operations that can be resolved and performed
either modally or in the background.
Provides common classes for the query mechanism.
Defines artifact repository.
Defines SPI for registering new implementations of artifact repositories.
Defines SPI for registering new implementations of metadata repositories.
-
Uses of Version in org.eclipse.equinox.p2.metadata
Modifier and TypeFieldDescriptionstatic final Version
Version.emptyVersion
The version that is semantically less then all other versions.static final Version
Version.MAX_VERSION
The version that is semantically greater then all other versions.Modifier and TypeMethodDescriptionstatic 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.VersionRange.getMaximum()
Returns the maximum Version of this VersionRangeVersionRange.getMinimum()
Returns the minimum Version of this VersionRangeIArtifactKey.getVersion()
Returns the version for this artifact key.IProvidedCapability.getVersion()
ITouchpointType.getVersion()
IVersionedId.getVersion()
Returns the version portion of this versioned id.MetadataFactory.InstallableUnitDescription.getVersion()
Return the versiono on this installable unit description.VersionedId.getVersion()
Parse the given version string.static Version
Version.parseVersion
(String version) Parses a version identifier from the specified string.Modifier and TypeMethodDescriptionstatic IProvidedCapability
MetadataFactory.createProvidedCapability
(String namespace, String name, Version version) Returns aIProvidedCapability
with the given values.static ITouchpointType
MetadataFactory.createTouchpointType
(String id, Version version) Returns aTouchpointType
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.ModifierConstructorDescriptionVersionedId
(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. -
Uses of Version in org.eclipse.equinox.p2.operations
Modifier and TypeMethodDescriptionRemedyIUDetail.getBeingInstalledVersion()
RemedyIUDetail.getInstalledVersion()
RemedyIUDetail.getRequestedVersion()
Modifier and TypeMethodDescriptionvoid
RemedyIUDetail.setBeingInstalledVersion
(Version beingInstalledVersion) void
RemedyIUDetail.setInstalledVersion
(Version installedVersion) void
RemedyIUDetail.setRequestedVersion
(Version requestedVersion) -
Uses of Version in org.eclipse.equinox.p2.query
Modifier and TypeMethodDescriptionstatic IQuery<IInstallableUnit>
QueryUtil.createIUQuery
(String id, Version version) Creates a query that will match anyIInstallableUnit
with the given id and version. -
Uses of Version in org.eclipse.equinox.p2.repository.artifact
Modifier and TypeMethodDescriptionIArtifactRepository.createArtifactKey
(String classifier, String id, Version version) Create an instance ofIArtifactKey
-
Uses of Version in org.eclipse.equinox.p2.repository.artifact.spi
Modifier and TypeMethodDescriptionAbstractArtifactRepository.createArtifactKey
(String classifier, String id, Version version) -
Uses of Version in org.eclipse.equinox.p2.repository.metadata.spi