Eclipse Platform
Release 3.6

Uses of Interface
org.eclipse.equinox.p2.metadata.IVersionedId

Packages that use IVersionedId
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
org.eclipse.equinox.p2.query Provides common classes for the query mechanism. 
 

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

Subinterfaces of IVersionedId in org.eclipse.equinox.p2.metadata
 interface IArtifactKey
          Provide standardised artifact information to uniquely identify the corresponding bytes (perhaps not stored as a file).
 interface IInstallableUnit
          An installable unit represents an atomic, indivisible unit of installable functionality in a provisioned system.
 interface IInstallableUnitFragment
           
 interface IInstallableUnitPatch
          An installable unit patch is an installable unit that alters the required capabilities of another installable unit.
 

Classes in org.eclipse.equinox.p2.metadata that implement IVersionedId
 class VersionedId
          An object representing a (id,version) pair.
 

Methods in org.eclipse.equinox.p2.metadata that return IVersionedId
static IVersionedId VersionedId.parse(String spec)
          Creates and returns a new VersionedId from the given string specification.
 

Uses of IVersionedId in org.eclipse.equinox.p2.query
 

Methods in org.eclipse.equinox.p2.query with type parameters of type IVersionedId
static
<T extends IVersionedId>
IQuery<T>
QueryUtil.createLatestQuery(IQuery<T> query)
          Creates a query that returns the latest version for each unique id of an IVersionedId from the collection produced by query.
 

Methods in org.eclipse.equinox.p2.query with parameters of type IVersionedId
static IQuery<IInstallableUnit> QueryUtil.createIUQuery(IVersionedId versionedId)
          Creates a query that will match any IInstallableUnit with the given id and version.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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