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