?? BundleInfo
public interface BundleInfo
Represents a bundle in the array given back by the
DeploymentPackage.getBundleInfos()
method.-
????
??????????Returns the Bundle Symbolic Name of the represented bundle.org.osgi.framework.Version
Returns the version of the represented bundle.
-
??????
-
getSymbolicName
String getSymbolicName()Returns the Bundle Symbolic Name of the represented bundle.- ??:
- the Bundle Symbolic Name
-
getVersion
org.osgi.framework.Version getVersion()Returns the version of the represented bundle.- ??:
- the version of the represented bundle
-