protected static interface ClassFileVersion.VersionLocator
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
ClassFileVersion.VersionLocator.Resolved
A version locator for a resolved class file version. 
 | 
static class  | 
ClassFileVersion.VersionLocator.Resolver
A resolver for the current VM's class file version. 
 | 
static class  | 
ClassFileVersion.VersionLocator.Unresolved
An unresolved version locator. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
JAVA_VERSION
The property for reading the current VM's Java version. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ClassFileVersion | 
resolve()
Locates the current VM's major version number. 
 | 
static final String JAVA_VERSION
ClassFileVersion resolve()
Copyright © 2014–2021. All rights reserved.