This interface is not to be implemented by clients.
public Map< | Gets the dependency domains of the resolved bundles. |
public Map< | Gets the dependency resolution result with undetermined iteration order. |
public Map< | Gets the dependency resolution result in declaration order. |
The returned map contains the resolved bundles mapped to their resolved direct dependencies. The values in the map doesn't contain transitive dependencies of the key bundles.
The iteration order of the returned map and the value maps is the same as getResultInDeclarationOrder().
The returned map contains bundle dependency entries mapped to their resolved bundles. The iteration order of the returned map is implementation dependent, and may be different for different invocations of the dependency resolution.
The bundle identifiers in the key entries don't contain version qualifiers.
The returned map contains bundle dependency entries mapped to their resolved bundles. The iteration order of the returned map is always the same, that is the declaration order in which the bundles and dependencies are encountered by the resolution algorithm. The declaration order is considered to be breadth-first considering transitive dependencies.
The bundle identifiers in the key entries don't contain version qualifiers.