Package org.jboss.byteman.agent
Class Main
- java.lang.Object
-
- org.jboss.byteman.agent.Main
-
public class Main extends Object
agent class supplied at JVM startup to install byteman package bytecode transformer
-
-
Field Summary
Fields Modifier and Type Field Description static String
BYTEMAN_AGENT_LOADED
static String
BYTEMAN_PREFIX
static boolean
firstTime
-
Constructor Summary
Constructors Constructor Description Main()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
agentmain(String args, Instrumentation inst)
static void
premain(String args, Instrumentation inst)
-
-
-
Field Detail
-
firstTime
public static boolean firstTime
-
BYTEMAN_PREFIX
public static final String BYTEMAN_PREFIX
- See Also:
- Constant Field Values
-
BYTEMAN_AGENT_LOADED
public static final String BYTEMAN_AGENT_LOADED
- See Also:
- Constant Field Values
-
-
Method Detail
-
premain
public static void premain(String args, Instrumentation inst) throws Exception
- Throws:
Exception
-
agentmain
public static void agentmain(String args, Instrumentation inst) throws Exception
- Throws:
Exception
-
-