public class VersionFinder extends Object
| 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 | Description |
|---|---|
VersionFinder() |
| Modifier and Type | Method | Description |
|---|---|---|
static String |
getVersion() |
Finds the version number of FastClasspathScanner.
|
public static final String JAVA_VERSION
public static final int JAVA_MAJOR_VERSION
public static final String getVersion()
Copyright © 2018. All rights reserved.