Class JaCoCo


  • public final class JaCoCo
    extends java.lang.Object
    Static Meta information about JaCoCo.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String COMMITID
      Commit ID of the source tree of JaCoCo core.
      static java.lang.String COMMITID_SHORT
      Shortened (7 digit) commit ID of the source tree of JaCoCo core.
      static java.lang.String HOMEURL
      Absolute URL of the current JaCoCo home page
      static java.lang.String RUNTIMEPACKAGE
      Name of the runtime package of this build
      static java.lang.String VERSION
      Qualified version of JaCoCo core.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JaCoCo()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • VERSION

        public static final java.lang.String VERSION
        Qualified version of JaCoCo core.
      • COMMITID

        public static final java.lang.String COMMITID
        Commit ID of the source tree of JaCoCo core.
      • COMMITID_SHORT

        public static final java.lang.String COMMITID_SHORT
        Shortened (7 digit) commit ID of the source tree of JaCoCo core.
      • HOMEURL

        public static final java.lang.String HOMEURL
        Absolute URL of the current JaCoCo home page
      • RUNTIMEPACKAGE

        public static final java.lang.String RUNTIMEPACKAGE
        Name of the runtime package of this build
    • Constructor Detail

      • JaCoCo

        private JaCoCo()