org.eclipse.osgi.internal.module
Class VersionSupplier

java.lang.Object
  extended by org.eclipse.osgi.internal.module.VersionSupplier
Direct Known Subclasses:
GenericCapability, ResolverBundle, ResolverExport

public abstract class VersionSupplier
extends Object


Field Summary
protected  BaseDescription base
           
 
Method Summary
 BaseDescription getBaseDescription()
           
abstract  BundleDescription getBundleDescription()
           
 String getName()
           
 Version getVersion()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

base

protected final BaseDescription base
Method Detail

getVersion

public Version getVersion()

getName

public String getName()

getBaseDescription

public BaseDescription getBaseDescription()

getBundleDescription

public abstract BundleDescription getBundleDescription()

toString

public String toString()
Overrides:
toString in class Object


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