| org.eclipse.osgi.service.resolver |
|
| Java Source File Name | Type | Comment |
| BaseDescription.java | Interface | This class represents a base description object for a state. |
| BundleDelta.java | Interface | BundleDeltas represent the changes related to an individual bundle between two
states. |
| BundleDescription.java | Interface | This class represents a specific version of a bundle in the system. |
| BundleSpecification.java | Interface | A representation of one bundle import constraint as seen in a
bundle manifest and managed by a state and resolver. |
| ExportPackageDescription.java | Interface | This class represents a specific version of an exported package in the system. |
| HostSpecification.java | Interface | A representation of one host bundle constraint as seen in a
bundle manifest and managed by a state and resolver. |
| ImportPackageSpecification.java | Interface | A representation of one package import constraint as seen in a
bundle manifest and managed by a state and resolver. |
| PlatformAdmin.java | Interface | Framework service which allows bundle programmers to inspect the bundles and
packages known to the Framework. |
| Resolver.java | Interface | An implementation of a resolver which resolves the constraints of the bundles
in a system. |
| State.java | Interface | The state of a system as reported by a resolver. |
| StateDelta.java | Interface | A state delta contains all the changes to bundles within a state. |
| StateHelper.java | Interface | A helper class that provides convenience methods for manipulating
state objects. |
| StateObjectFactory.java | Interface | A factory for states and their component objects. |
| VersionConstraint.java | Interface | 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). |
| VersionRange.java | Class | This class represents a version range. |