Class JvmUtil


  • public class JvmUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      JvmUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getJavaVersion()  
      static boolean isAtLeastJDK7()  
      static boolean isJDK7()  
      static boolean isJDK8()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JvmUtil

        public JvmUtil()
    • Method Detail

      • getJavaVersion

        public static java.lang.String getJavaVersion()
      • isJDK8

        public static boolean isJDK8()
      • isJDK7

        public static boolean isJDK7()
      • isAtLeastJDK7

        public static boolean isAtLeastJDK7()