org.eclipse.osgi.internal.module
Class ResolverConstraint

java.lang.Object
  extended by org.eclipse.osgi.internal.module.ResolverConstraint
Direct Known Subclasses:
BundleConstraint, GenericConstraint, ResolverImport

public abstract class ResolverConstraint
extends Object


Field Summary
protected  ResolverBundle bundle
           
protected  VersionConstraint constraint
           
 
Method Summary
 String getName()
           
 void removePossibleSupplier(VersionSupplier supplier)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

bundle

protected final ResolverBundle bundle

constraint

protected VersionConstraint constraint
Method Detail

getName

public String getName()

toString

public String toString()
Overrides:
toString in class Object

removePossibleSupplier

public void removePossibleSupplier(VersionSupplier supplier)


Copyright © 2007–2014 The Apache Software Foundation. All rights reserved.