public class BootstrapAgent extends Object
| Constructor and Description |
|---|
BootstrapAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
agentmain(String agentArgs,
Instrumentation inst) |
static void |
agentMain(String agentArgs,
Instrumentation inst) |
static List<String> |
fetchManifestValues(String key)
Read manifest property values
|
static List<String> |
fetchManifestValues(String key,
Class<?> classz)
Read manifest property values
|
static Instrumentation |
getInstrumentation() |
public static Instrumentation getInstrumentation()
public static List<String> fetchManifestValues(String key) throws IOException
IOExceptionpublic static List<String> fetchManifestValues(String key, Class<?> classz) throws IOException
IOExceptionpublic static void agentMain(String agentArgs, Instrumentation inst)
public static void agentmain(String agentArgs, Instrumentation inst)
Copyright © 2017. All rights reserved.