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 VersionVersion. emptyVersionThe empty version "0.0.0".Methods in org.osgi.framework that return Version Modifier and Type Method Description VersionBundle. getVersion()Returns the version of this bundle as specified by itsBundle-Versionmanifest header.static VersionVersion. 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 VersionExportedPackage. getVersion()Returns the version of this exported package.VersionRequiredBundle. getVersion()Returns the version of this required bundle.
-