Package org.jacoco.agent.rt.internal
Class PreMain
java.lang.Object
org.jacoco.agent.rt.internal.PreMain
The agent which is referred as the
Premain-Class
. The agent
configuration is provided with the agent parameters in the command line.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static IRuntime
createRuntime
(Instrumentation inst) static void
premain
(String options, Instrumentation inst) This method is called by the JVM to initialize Java agents.