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 java.lang.Object


Field Summary
protected  ResolverBundle bundle
           
protected  VersionConstraint constraint
           
 
Method Summary
 java.lang.String getName()
           
 void removePossibleSupplier(VersionSupplier supplier)
           
 java.lang.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 java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

removePossibleSupplier

public void removePossibleSupplier(VersionSupplier supplier)


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