OSGi™ Service Platform
Release 4

org.osgi.service.deploymentadmin
Interface BundleInfo


public interface BundleInfo

Represents a bundle in the array given back by the DeploymentPackage.getBundleInfos() method.


Method Summary
 java.lang.String getSymbolicName()
          Returns the Bundle Symbolic Name of the represented bundle.
 Version getVersion()
          Returns the version of the represented bundle.
 

Method Detail

getSymbolicName

public java.lang.String getSymbolicName()
Returns the Bundle Symbolic Name of the represented bundle.

Returns:
the Bundle Symbolic Name

getVersion

public Version getVersion()
Returns the version of the represented bundle.

Returns:
the version of the represented bundle

OSGi™ Service Platform
Release 4

Copyright © OSGi Alliance (2000, 2006). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0