Eclipse Platform
Release 3.6

Uses of Class
org.eclipse.equinox.p2.metadata.Version

Packages that use Version
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
org.eclipse.equinox.p2.metadata.query Provides classes for the query the metadata. 
org.eclipse.equinox.p2.repository.metadata.spi Defines SPI for registering new implementations of metadata repositories. 
 

Uses of Version in org.eclipse.equinox.p2.metadata
 

Fields in org.eclipse.equinox.p2.metadata declared as Version
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.
 

Methods in org.eclipse.equinox.p2.metadata that return Version
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.
static Version Version.fromOSGiVersion(Version version)
          Create an omni version from an OSGi version.
 Version VersionRange.getMaximum()
          Returns the maximum Version of this VersionRange
 Version VersionRange.getMinimum()
          Returns the minimum Version of this VersionRange
 Version IVersionedId.getVersion()
          Returns the version portion of this versioned id.
 Version IProvidedCapability.getVersion()
           
 Version ITouchpointType.getVersion()
           
 Version IArtifactKey.getVersion()
          Returns the version for this artifact key.
 Version IVersionFormat.parse(String version)
          Parse the given version string.
static Version Version.parseVersion(String version)
          Parses a version identifier from the specified string.
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type Version
 boolean VersionRange.isIncluded(Version version)
          Returns whether the given version is included in this VersionRange.
static Version Version.toOSGiVersion(Version version)
          Convert version into its OSGi equivalent if possible.
 

Constructors in org.eclipse.equinox.p2.metadata with parameters of type 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.metadata.query
 

Constructors in org.eclipse.equinox.p2.metadata.query with parameters of type Version
InstallableUnitQuery(String id, Version version)
          Creates a query that will match any IInstallableUnit with the given id and version.
 

Uses of Version in org.eclipse.equinox.p2.repository.metadata.spi
 

Fields in org.eclipse.equinox.p2.repository.metadata.spi declared as Version
 Version AbstractMetadataRepository.RepositoryState.Version
           
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.