Package org.swat.agent
Class MvcAgent
- java.lang.Object
-
- org.swat.agent.MvcAgent
-
public class MvcAgent extends Object
The type Mvc agent.
-
-
Constructor Summary
Constructors Constructor Description MvcAgent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpremain(String agentArgs, Instrumentation inst)Premain.
-
-
-
Method Detail
-
premain
public static void premain(String agentArgs, Instrumentation inst) throws Exception
Premain.- Parameters:
agentArgs- the agent argsinst- the inst- Throws:
Exception- the exception
-
-