Eclipse Platform
Release 3.7

Uses of Interface
org.eclipse.osgi.service.resolver.BundleDelta

Packages that use BundleDelta
org.eclipse.osgi.service.resolver Provides the Equinox resolver API. 
 

Uses of BundleDelta in org.eclipse.osgi.service.resolver
 

Methods in org.eclipse.osgi.service.resolver that return BundleDelta
 BundleDelta[] StateDelta.getChanges()
          Returns an array of all the bundle deltas in this delta regardless of type.
 BundleDelta[] StateDelta.getChanges(int mask, boolean exact)
          Returns an array of all the members of this delta which match the given flags.
 

Methods in org.eclipse.osgi.service.resolver with parameters of type BundleDelta
 int BundleDelta.compareTo(BundleDelta obj)
          Answers an integer indicating the relative positions of the receiver and the argument in the natural order of elements of the receiver's class.
 


Eclipse Platform
Release 3.7

Guidelines for using Eclipse APIs.

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