类 VersionExtractor
java.lang.Object
cn.taketoday.lang.VersionExtractor
Extracts version information for a Class.
- 从以下版本开始:
- 4.0 2023/7/21 17:52
- 作者:
- Harry Yang
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
VersionExtractor
public VersionExtractor()
-
-
方法详细资料
-
forClass
Return the version information for the providedClass.- 参数:
cls- the Class to retrieve the version for- 返回:
- the version, or
nullif a version can not be extracted
-
getImplementationVersion
- 抛出:
IOException
-