Uses of Enum
org.powermock.utils.JavaVersion
Packages that use JavaVersion
-
Uses of JavaVersion in org.powermock.utils
Methods in org.powermock.utils that return JavaVersionModifier and TypeMethodDescription(package private) static JavaVersion
Transforms the given string with a Java version number to the corresponding constant of this enumeration class.static JavaVersion
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.Methods in org.powermock.utils with parameters of type JavaVersionModifier and TypeMethodDescriptionboolean
JavaVersion.atLeast
(JavaVersion requiredVersion) Whether this version of Java is at least the version of Java passed in.