public class JavaAgent extends Object
| Constructor and Description |
|---|
JavaAgent() |
| Modifier and Type | Method and Description |
|---|---|
static Instrumentation |
getInstrumentation() |
static ClassLoader |
getPlatformClassLoader() |
static boolean |
isJava9plus() |
static void |
premain(String options,
Instrumentation instrum) |
static void |
preStart(String options,
Instrumentation instrum,
ClassFileTransformer transformer) |
public static void premain(String options, Instrumentation instrum)
public static void preStart(String options, Instrumentation instrum, ClassFileTransformer transformer)
public static Instrumentation getInstrumentation()
public static boolean isJava9plus()
public static ClassLoader getPlatformClassLoader()
Copyright © 2021. All rights reserved.