org.jacoco.core
Class JaCoCo

java.lang.Object
  extended by org.jacoco.core.JaCoCo

public class JaCoCo
extends Object

Static Meta information about JaCoCo.

Version:
$Revision: $
Author:
Marc R. Hoffmann

Field Summary
static String HOMEURL
          Absolute URL of the current JaCoCo home page
static String VERSION
          Qualified build version of the JaCoCo core library.
 
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 String VERSION
Qualified build version of the JaCoCo core library.

See Also:
Constant Field Values

HOMEURL

public static final String HOMEURL
Absolute URL of the current JaCoCo home page

See Also:
Constant Field Values