Package | Description |
---|---|
org.eclipse.osgi.internal.resolver | |
org.eclipse.osgi.service.resolver |
Provides the Equinox resolver API.
|
Modifier and Type | Method and Description |
---|---|
StateDelta |
ReadOnlyState.compare(State state) |
StateDelta |
SystemState.compare(State state) |
StateDelta |
UserState.compare(State baseState) |
StateDelta |
StateImpl.getChanges() |
StateDelta |
ReadOnlyState.getChanges() |
StateDelta |
StateImpl.resolve() |
StateDelta |
ReadOnlyState.resolve() |
StateDelta |
StateImpl.resolve(boolean incremental) |
StateDelta |
ReadOnlyState.resolve(boolean incremental) |
StateDelta |
StateImpl.resolve(BundleDescription[] reResolve) |
StateDelta |
ReadOnlyState.resolve(BundleDescription[] discard) |
StateDelta |
StateImpl.resolve(BundleDescription[] resolve,
boolean discard) |
StateDelta |
ReadOnlyState.resolve(BundleDescription[] resolve,
boolean discard) |
Modifier and Type | Method and Description |
---|---|
StateDelta |
State.compare(State baseState)
Returns a delta describing the differences between this state and the
given state.
|
StateDelta |
State.getChanges()
Returns the delta representing the changes from the time this state was
first captured until now.
|
StateDelta |
State.resolve()
Same as State.resolve(true);
|
StateDelta |
State.resolve(boolean incremental)
Resolves the constraints contained in this state using the resolver
currently associated with the state and returns a delta describing the
changes in resolved states and dependencies in the state.
|
StateDelta |
State.resolve(BundleDescription[] discard)
Resolves the constraints contained in this state using the resolver
currently associated with the state in an incremental, "least-perturbing"
mode, and returns a delta describing the changes in resolved states and
dependencies in the state.
|
StateDelta |
State.resolve(BundleDescription[] resolve,
boolean discard)
Resolves the constraints contained in this state using the resolver
currently associated with the state in an incremental, "least-perturbing"
mode, and returns a delta describing the changes in resolved states and
dependencies in the state.
|
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.