org.jcoderz.commons.tracing
Class MethodTracingInjector
java.lang.Object
org.jcoderz.commons.tracing.MethodTracingInjector
public class MethodTracingInjector
- extends Object
Takes care to add Tracing to the methods.
- Author:
- mandelan
|
Method Summary |
void |
inject()
Do the job. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodTracingInjector
public MethodTracingInjector(MethodNode mn,
ClassTracingInjector ci)
- Create a new MethodTracingInjector.
- Parameters:
mn - the method node where to inject the tracing logging.ci - the class injector where this method belongs to
inject
public void inject()
- Do the job.
Copyright 2007 The jCoderZ Project.