Package org.jacoco.agent.rt.internal
Class Offline
- java.lang.Object
-
- org.jacoco.agent.rt.internal.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 withjacoco.
.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
CONFIG_RESOURCE
private static RuntimeData
DATA
-
Constructor Summary
Constructors Modifier Constructor Description private
Offline()
-
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.
-
-
-
Field Detail
-
DATA
private static final RuntimeData DATA
-
CONFIG_RESOURCE
private static final java.lang.String CONFIG_RESOURCE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProbes
public static boolean[] getProbes(long classid, java.lang.String classname, int probecount)
API for offline instrumented classes.- Parameters:
classid
- class identifierclassname
- VM class nameprobecount
- probe count for this class- Returns:
- probe array instance for this class
-
-