Package org.jacoco.core
Class JaCoCo
- java.lang.Object
-
- org.jacoco.core.JaCoCo
-
public final class JaCoCo extends java.lang.ObjectStatic Meta information about JaCoCo.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringHOMEURLAbsolute URL of the current JaCoCo home pagestatic java.lang.StringRUNTIMEPACKAGEName of the runtime package of this buildstatic java.lang.StringVERSIONQualified build version of the JaCoCo core library.
-
-
-
Field Detail
-
VERSION
public static final java.lang.String VERSION
Qualified build version of the JaCoCo core library.
-
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
-
-