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

Packages that use StateDelta
Package
Description
Provides the Equinox resolver API.
  • Uses of StateDelta in org.eclipse.osgi.service.resolver

    Modifier and Type
    Method
    Description
    State.compare(State baseState)
    Returns a delta describing the differences between this state and the given state.
    State.getChanges()
    Returns the delta representing the changes from the time this state was first captured until now.
    State.resolve()
    Same as State.resolve(true);
    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.
    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.
    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.