Eclipse Platform
Release 3.6

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

Packages that use VersionRange
org.eclipse.equinox.p2.engine Provides support for interacting with the p2 provisioning engine Package Specification This package specifies API for interacting with the p2 provisioning engine. 
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.artifact Defines artifact repository. 
 

Uses of VersionRange in org.eclipse.equinox.p2.engine
 

Methods in org.eclipse.equinox.p2.engine that return VersionRange
 VersionRange MissingAction.getVersionRange()
           
 

Constructors in org.eclipse.equinox.p2.engine with parameters of type VersionRange
MissingAction(String actionId, VersionRange versionRange)
           
 

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

Fields in org.eclipse.equinox.p2.metadata declared as VersionRange
static VersionRange VersionRange.emptyRange
          TODO: This should not be OSGi but it has to be that for now since the resolver creates a filter where the min and max are converted into strings.
 

Methods in org.eclipse.equinox.p2.metadata that return VersionRange
static VersionRange VersionRange.fromOSGiVersionRange(VersionRange range)
           
 VersionRange IUpdateDescriptor.getRange()
          The range of the installable unit that the installable unit containing this object is an update for.
 VersionRange VersionRange.intersect(VersionRange r2)
           
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type VersionRange
 VersionRange VersionRange.intersect(VersionRange r2)
           
static VersionRange VersionRange.toOSGiVersionRange(VersionRange range)
           
 

Uses of VersionRange in org.eclipse.equinox.p2.metadata.query
 

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

Uses of VersionRange in org.eclipse.equinox.p2.repository.artifact
 

Constructors in org.eclipse.equinox.p2.repository.artifact with parameters of type VersionRange
ArtifactDescriptorQuery(String id, VersionRange versionRange, String format)
          The query will match descriptors with the given id, versionRange and format
ArtifactDescriptorQuery(String id, VersionRange versionRange, String format, Map<String,String> properties)
          The query will match descriptors with the given id, versionRange, format, and properties.
ArtifactKeyQuery(String classifier, String id, VersionRange range)
          Pass the id and/or version range to match IArtifactKeys against.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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