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

Packages that use BundleDelta
org.eclipse.osgi.service.resolver   
 

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.