Package org.osgi.service.deploymentadmin
Interface BundleInfo
-
public interface BundleInfo
Represents a bundle in the array given back by theDeploymentPackage.getBundleInfos()
method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getSymbolicName()
Returns the Bundle Symbolic Name of the represented bundle.org.osgi.framework.Version
getVersion()
Returns the version of the represented bundle.
-
-
-
Method Detail
-
getSymbolicName
java.lang.String getSymbolicName()
Returns the Bundle Symbolic Name of the represented bundle.- Returns:
- the Bundle Symbolic Name
-
getVersion
org.osgi.framework.Version getVersion()
Returns the version of the represented bundle.- Returns:
- the version of the represented bundle
-
-