Framework Professional Edition Package


org.eclipse.osgi.service.resolver
Interface BaseDescription

All Known Subinterfaces:
BundleDescription, ExportPackageDescription, GenericDescription

public interface BaseDescription

This class represents a base description object for a state. All description objects in a state have a name and a version.

Clients may implement this interface.

Since:
3.1

Method Summary
 java.lang.String getName()
          Returns the name.
 BundleDescription getSupplier()
          Returns the bundle which supplies this base description
 org.osgi.framework.Version getVersion()
          Returns the version.
 

Method Detail

getName

java.lang.String getName()
Returns the name.

Returns:
the name

getVersion

org.osgi.framework.Version getVersion()
Returns the version.

Returns:
the version

getSupplier

BundleDescription getSupplier()
Returns the bundle which supplies this base description

Returns:
the bundle which supplies this base description
Since:
3.2

Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved