public class TracingAgent extends Object
| Constructor and Description |
|---|
TracingAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation inst) |
static String |
getAgentVersion()
Read version file out of the agent jar.
|
static void |
main(String... args)
Main entry point.
|
static void |
premain(String agentArgs,
Instrumentation inst) |
public static void premain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void agentmain(String agentArgs, Instrumentation inst) throws Exception
Exceptionpublic static void main(String... args)
args - command line agrumentspublic static String getAgentVersion() throws IOException
IOException