public final class LauncherAgent
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.instrument.Instrumentation |
inst |
| Constructor and Description |
|---|
LauncherAgent() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addJVMClassPath(java.nio.file.Path path) |
static void |
addJVMClassPath(java.lang.String path) |
boolean |
isAgentStarted() |
static boolean |
isStarted() |
static void |
premain(java.lang.String agentArgument,
java.lang.instrument.Instrumentation instrumentation) |
public static void addJVMClassPath(java.lang.String path)
throws java.io.IOException
java.io.IOExceptionpublic static void addJVMClassPath(java.nio.file.Path path)
throws java.io.IOException
java.io.IOExceptionpublic boolean isAgentStarted()
public static void premain(java.lang.String agentArgument,
java.lang.instrument.Instrumentation instrumentation)
public static boolean isStarted()