Package | Description |
---|---|
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.