org.eclipse.osgi.internal.module
Class ResolverBundle

java.lang.Object
  extended by org.eclipse.osgi.internal.module.VersionSupplier
      extended by org.eclipse.osgi.internal.module.ResolverBundle
All Implemented Interfaces:
java.lang.Comparable

public class ResolverBundle
extends VersionSupplier
implements java.lang.Comparable


Field Summary
static int RESOLVED
           
static int RESOLVING
           
static int UNRESOLVED
           
 
Fields inherited from class org.eclipse.osgi.internal.module.VersionSupplier
base
 
Method Summary
 int compareTo(java.lang.Object o)
           
static boolean equivalentMaps(java.util.Map existingDirectives, java.util.Map newDirectives, boolean exactMatch)
           
 BundleDescription getBundle()
           
 ResolverBundle getResolverBundle()
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.osgi.internal.module.VersionSupplier
getBaseDescription, getName, getVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Method Detail

getBundle

public BundleDescription getBundle()
Specified by:
getBundle 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 existingDirectives,
                                     java.util.Map newDirectives,
                                     boolean exactMatch)

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable


Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.