Uses of Class
org.eclipse.persistence.internal.helper.JavaSEPlatform
-
Packages that use JavaSEPlatform Package Description org.eclipse.persistence.internal.helper -
-
Uses of JavaSEPlatform in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper declared as JavaSEPlatform Modifier and Type Field Description static JavaSEPlatformJavaSEPlatform. CURRENTCurrent Java SE platform.static JavaSEPlatformJavaSEPlatform. MIN_SUPPORTEDLowest supported Java SE platform.Methods in org.eclipse.persistence.internal.helper that return JavaSEPlatform Modifier and Type Method Description JavaSEPlatformJavaVersion. toPlatform()ReturnJavaSEPlatformmatching this Java SE specification version.static JavaSEPlatformJavaSEPlatform. toValue(int major, int minor)Returns aJavaSEPlatformmatching providedmajorandminorversion numbers.static JavaSEPlatformJavaSEPlatform. toValue(String platformName)Returns aJavaSEPlatformwith a value represented by the specifiedString.static JavaSEPlatformJavaSEPlatform. valueOf(String name)Returns the enum constant of this type with the specified name.static JavaSEPlatform[]JavaSEPlatform. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.persistence.internal.helper with parameters of type JavaSEPlatform Modifier and Type Method Description static booleanJavaSEPlatform. atLeast(JavaSEPlatform platform)Check whether current Java SE is at least (greater or equal) provided platform.booleanJavaSEPlatform. gte(JavaSEPlatform platform)Check if this platform is equal or greater to specified platform.static booleanJavaSEPlatform. is(JavaSEPlatform platform)Check whether current Java SE is exactly matching provided platform.
-