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 IRuntimecreateRuntime(Instrumentation inst) static voidpremain(String options, Instrumentation inst) This method is called by the JVM to initialize Java agents.