Eclipse Platform
Release 3.6

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

Packages that use IUpdateDescriptor
org.eclipse.equinox.p2.metadata Defines the metadata being handled by p2. 
 

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

Methods in org.eclipse.equinox.p2.metadata that return IUpdateDescriptor
static IUpdateDescriptor MetadataFactory.createUpdateDescriptor(Collection<IMatchExpression<IInstallableUnit>> descriptors, int severity, String description, URI location)
           
static IUpdateDescriptor MetadataFactory.createUpdateDescriptor(String id, VersionRange range, int severity, String description)
           
static IUpdateDescriptor MetadataFactory.createUpdateDescriptor(String id, VersionRange range, int severity, String description, URI location)
          Create and return a new update descriptor IUpdateDescriptor with the specified values.
 IUpdateDescriptor IInstallableUnit.getUpdateDescriptor()
          Returns information about what this installable unit is an update of.
 

Methods in org.eclipse.equinox.p2.metadata with parameters of type IUpdateDescriptor
 void MetadataFactory.InstallableUnitDescription.setUpdateDescriptor(IUpdateDescriptor updateInfo)
          Set the update descriptor for the installable unit.
 


Eclipse Platform
Release 3.6

Guidelines for using Eclipse APIs.

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