Package | Description |
---|---|
org.powermock.utils |
Modifier and Type | Method and Description |
---|---|
static JavaVersion |
JavaVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaVersion[] |
JavaVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JavaVersion.atLeast(JavaVersion requiredVersion)
Whether this version of Java is at least the version of Java passed in.
|
Copyright © 2024. All rights reserved.