Uses of Class
org.osgi.framework.Version
-
Packages that use Version Package Description org.osgi.framework Framework Package Version 1.5.org.osgi.service.packageadmin Package Admin Package Version 1.2. -
-
Uses of Version in org.osgi.framework
Fields in org.osgi.framework declared as Version Modifier and Type Field Description static Version
Version. emptyVersion
The empty version "0.0.0".Methods in org.osgi.framework that return Version Modifier and Type Method Description Version
Bundle. getVersion()
Returns the version of this bundle as specified by itsBundle-Version
manifest header.static Version
Version. parseVersion(java.lang.String version)
Parses a version identifier from the specified string. -
Uses of Version in org.osgi.service.packageadmin
Methods in org.osgi.service.packageadmin that return Version Modifier and Type Method Description Version
ExportedPackage. getVersion()
Returns the version of this exported package.Version
RequiredBundle. getVersion()
Returns the version of this required bundle.
-