Class Offline


  • public final class Offline
    extends java.lang.Object
    The API for classes instrumented in "offline" mode. The agent configuration is provided through system properties prefixed with jacoco..
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean[] getProbes​(long classid, java.lang.String classname, int probecount)
      API for offline instrumented classes.
      • Methods inherited from class java.lang.Object

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

      • getProbes

        public static boolean[] getProbes​(long classid,
                                          java.lang.String classname,
                                          int probecount)
        API for offline instrumented classes.
        Parameters:
        classid - class identifier
        classname - VM class name
        probecount - probe count for this class
        Returns:
        probe array instance for this class