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:
- java.lang.Comparable<ResolverBundle>
public class ResolverBundle
- extends VersionSupplier
- implements java.lang.Comparable<ResolverBundle>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.lang.String toString()
- Overrides:
toString in class VersionSupplier
equivalentMaps
public static boolean equivalentMaps(java.util.Map<java.lang.String,java.lang.Object> existingDirectives,
java.util.Map<java.lang.String,java.lang.Object> newDirectives,
boolean exactMatch)
compareTo
public int compareTo(ResolverBundle o)
- Specified by:
compareTo in interface java.lang.Comparable<ResolverBundle>
Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.