Class VersionFinder
- java.lang.Object
-
- io.github.lukehutch.fastclasspathscanner.utils.VersionFinder
-
public class VersionFinder extends Object
Finds the version number of FastClasspathScanner, and the version of the JDK.
-
-
Field Summary
Fields Modifier and Type Field Description static int
JAVA_MAJOR_VERSION
Java major version -- 7 for "1.7", 8 for "1.8.0_244", 9 for "9", 11 for "11-ea", etc.static String
JAVA_VERSION
Java version string
-
Constructor Summary
Constructors Constructor Description VersionFinder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getVersion()
Finds the version number of FastClasspathScanner.
-
-
-
Field Detail
-
JAVA_VERSION
public static final String JAVA_VERSION
Java version string
-
JAVA_MAJOR_VERSION
public static final int JAVA_MAJOR_VERSION
Java major version -- 7 for "1.7", 8 for "1.8.0_244", 9 for "9", 11 for "11-ea", etc.
-
-
Method Detail
-
getVersion
public static final String getVersion()
Finds the version number of FastClasspathScanner.
-
-