| Home >> All >> org >> eclipse >> osgi >> internal |
| | org.eclipse.osgi.internal.resolver.* (24) |
Package Samples:
org.eclipse.osgi.internal.resolver
Classes:
StateMsg: This class retrieves strings from a resource bundle and returns them, formatting them with MessageFormat when required. It is used by the system classes to provide national language support, by looking up messages in the org.eclipse.osgi.internal.resolver.StateMessages resource bundle. Note that if this file is not available, or an invalid key is looked up, or resource bundle support is not available, the key itself will be returned as the associated message. This means that the KEY should a reasonable human-readable (english) string.
ComputeNodeOrder: Borrowed from org.eclipse.core.internal.resources.ComputeProjectOrder to be used when computing the stop order. Implementation of a sort algorithm for computing the node order. This algorithm handles cycles in the node reference graph in a reasonable way.
StateHelperImpl: An implementation for the StateHelper API. Access to this implementation is provided by the PlatformAdmin. Since this helper is a general facility for state manipulation, it should not be tied to any implementation details.
Eclipse30SelectionPolicy: This is a variant of Eclipse 2.1 resolution policy that takes into account the current state of the element in a sense that resolved elements tend to stay resolved (the "least perturbation mode").
BundleInstaller: A bundle installer allows the platform admin implementation to delegate the behavior of installing/uninstalling bundles to another object.
UserState: This implementation of State does a bookkeeping of all added/removed
StateBuilder: This class builds bundle description objects from manifests
VersionConstraintImpl
SystemState
StateWriter
StateReader
StateObjectFactoryImpl
StateManager
StateImpl
StateDeltaImpl
ResolverImpl
BundleDeltaImpl
BundleDescriptionImpl
BundleSpecificationImpl
Eclipse21SelectionPolicy
HostSpecificationImpl
PackageSpecificationImpl
ReadOnlyState
| Home | Contact Us | Privacy Policy | Terms of Service |