org.eclipse.osgi.internal.module
Class ResolverBundle
java.lang.Object
org.eclipse.osgi.internal.module.VersionSupplier
org.eclipse.osgi.internal.module.ResolverBundle
- All Implemented Interfaces:
- Comparable<ResolverBundle>
public class ResolverBundle
- extends VersionSupplier
- implements Comparable<ResolverBundle>
UNRESOLVED
public static final int UNRESOLVED
- See Also:
- Constant Field Values
RESOLVING
public static final int RESOLVING
- See Also:
- Constant Field Values
RESOLVED
public static final int RESOLVED
- See Also:
- Constant Field Values
getBundleDescription
public BundleDescription getBundleDescription()
- Specified by:
getBundleDescription in class VersionSupplier
getResolverBundle
public ResolverBundle getResolverBundle()
toString
public String toString()
- Overrides:
toString in class VersionSupplier
equivalentMaps
public static boolean equivalentMaps(Map<String,Object> existingDirectives,
Map<String,Object> newDirectives,
boolean exactMatch)
compareTo
public int compareTo(ResolverBundle o)
- Specified by:
compareTo in interface Comparable<ResolverBundle>
Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.