Class VersionFinder


  • public class VersionFinder
    extends Object
    Finds the version number of ClassGraph, and the version of the JDK.
    • Field Detail

      • JAVA_VERSION

        public static final String JAVA_VERSION
        Java version string
      • JAVA_MAJOR_VERSION

        public static final int JAVA_MAJOR_VERSION
        Java major version -- 7 for "1.7", 8 for "1.8.0_244", 9 for "9", 11 for "11-ea", etc.
    • Constructor Detail

      • VersionFinder

        public VersionFinder()
    • Method Detail

      • getVersion

        public static final String getVersion()
        Returns:
        the version number of ClassGraph.