类的使用
org.osgi.framework.Version
-
使用Version的程序包 程序包 说明 org.apache.felix.framework org.apache.felix.framework.util org.apache.felix.framework.util.manifestparser org.osgi.framework Framework Package Version 1.8.org.osgi.framework.wiring Framework Wiring Package Version 1.2.org.osgi.service.packageadmin Package Admin Package Version 1.2. -
-
org.apache.felix.framework中Version的使用
返回Version的org.apache.felix.framework中的方法 修饰符和类型 方法 说明 VersionBundleRevisionImpl. getVersion() -
org.apache.felix.framework.util中Version的使用
返回Version的org.apache.felix.framework.util中的方法 修饰符和类型 方法 说明 VersionVersionRange. getCeiling()VersionVersionRange. getFloor()参数类型为Version的org.apache.felix.framework.util中的方法 修饰符和类型 方法 说明 booleanVersionRange. isInRange(Version version)参数类型为Version的org.apache.felix.framework.util中的构造器 构造器 说明 VersionRange(Version low, boolean isLowInclusive, Version high, boolean isHighInclusive) -
org.apache.felix.framework.util.manifestparser中Version的使用
返回Version的org.apache.felix.framework.util.manifestparser中的方法 修饰符和类型 方法 说明 VersionManifestParser. getBundleVersion()参数类型为Version的org.apache.felix.framework.util.manifestparser中的方法 修饰符和类型 方法 说明 static java.util.List<BundleCapability>ManifestParser. parseExportHeader(Logger logger, BundleRevision owner, java.lang.String header, java.lang.String bsn, Version bv) -
org.osgi.framework中Version的使用
声明为Version的org.osgi.framework中的字段 修饰符和类型 字段 说明 static VersionVersion. emptyVersionThe empty version "0.0.0".返回Version的org.osgi.framework中的方法 修饰符和类型 方法 说明 VersionVersionRange. getLeft()Returns the left endpoint of this version range.VersionVersionRange. getRight()Returns the right endpoint of this version range.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.static VersionVersion. valueOf(java.lang.String version)Returns aVersionobject holding the version identifier in the specifiedString.参数类型为Version的org.osgi.framework中的方法 修饰符和类型 方法 说明 intVersion. compareTo(Version other)Compares thisVersionobject to anotherVersion.booleanVersionRange. includes(Version version)Returns whether this version range includes the specified version.参数类型为Version的org.osgi.framework中的构造器 构造器 说明 VersionRange(char leftType, Version leftEndpoint, Version rightEndpoint, char rightType)Creates a version range from the specified versions. -
org.osgi.framework.wiring中Version的使用
返回Version的org.osgi.framework.wiring中的方法 修饰符和类型 方法 说明 VersionBundleRevision. getVersion()Returns the version for this bundle revision. -
org.osgi.service.packageadmin中Version的使用
返回Version的org.osgi.service.packageadmin中的方法 修饰符和类型 方法 说明 VersionExportedPackage. getVersion()已过时。Returns the version of this exported package.VersionRequiredBundle. getVersion()已过时。Returns the version of this required bundle.
-