Package org.eclipse.osgi.service.resolver


package org.eclipse.osgi.service.resolver
Provides the Equinox resolver API.

Package Specification

This package specifies the API for Equinox resolver.

Clients that need access to the Equinox runtime resolver will likely be interested in the types provided by this package.

  • Class
    Description
    This class represents a base description object for a state.
    BundleDeltas represent the changes related to an individual bundle between two states.
    This class represents a specific version of a bundle in the system.
    A representation of one bundle import constraint as seen in a bundle manifest and managed by a state and resolver.
    A disabled info represents a policy decision to disable a bundle which exists in a State.
    This class represents a specific version of an exported package in the system.
    A description of a generic capability.
    A specification which depends on a generic capability
    A representation of one host bundle constraint as seen in a bundle manifest and managed by a state and resolver.
    A representation of one package import constraint as seen in a bundle manifest and managed by a state and resolver.
    This class represents a native code description.
    This class represents a native code specification.
    Framework service which allows bundle programmers to inspect the bundles and packages known to the Framework.
    An implementation of a resolver which resolves the constraints of the bundles in a system.
    ResolverErrors represent a single error that prevents a bundle from resolving in a State object
    A runtime exception thrown by a resolver to indicate that a resolver hook threw an unexpected exception and the resolve operation terminated.
    The state of a system as reported by a resolver.
    A state delta contains all the changes to bundles within a state.
    A helper class that provides convenience methods for manipulating state objects.
    A factory for states and their component objects.
     
    A state wire represents a decision made by a resolver to wire a requirement to a capability.
    VersionConstraints represent the relationship between two bundles (in the case of bundle requires) or a bundle and a package (in the case of import/export).
    This class represents a version range.