Uses of Class
org.powermock.utils.JavaVersion
-
Packages that use JavaVersion Package Description org.powermock.utils -
-
Uses of JavaVersion in org.powermock.utils
Methods in org.powermock.utils that return JavaVersion Modifier and Type Method Description (package private) static JavaVersion
JavaVersion. get(java.lang.String nom)
Transforms the given string with a Java version number to the corresponding constant of this enumeration class.static JavaVersion
JavaVersion. valueOf(java.lang.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.Methods in org.powermock.utils with parameters of type JavaVersion Modifier and Type Method Description boolean
JavaVersion. atLeast(JavaVersion requiredVersion)
Whether this version of Java is at least the version of Java passed in.
-