protected static interface ClassFileVersion.VersionLocator
Modifier and Type | Interface and Description |
---|---|
static class |
ClassFileVersion.VersionLocator.ForJava9CapableVm
A version locator for a JVM of at least version 9.
|
static class |
ClassFileVersion.VersionLocator.ForLegacyVm
A version locator for a JVM that does not provide the
jdk.Version class. |
Modifier and Type | Method and Description |
---|---|
ClassFileVersion |
findCurrentVersion()
Locates the current VM's major version number.
|
ClassFileVersion findCurrentVersion()
Copyright © 2014–2016. All rights reserved.