|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jour.instrumentor.AbstractInstrumentor net.sf.jour.instrumentor.MakeProtectedMethodInstrumentor
public class MakeProtectedMethodInstrumentor
Field Summary |
---|
Fields inherited from class net.sf.jour.instrumentor.AbstractInstrumentor |
---|
log, pointcuts |
Constructor Summary | |
---|---|
MakeProtectedMethodInstrumentor()
|
Method Summary | |
---|---|
boolean |
instrumentClass(javassist.CtClass clazz)
|
boolean |
instrumentConstructor(javassist.CtClass clazz,
javassist.CtConstructor constructor)
|
boolean |
instrumentMethod(javassist.CtClass clazz,
javassist.CtMethod method)
|
Methods inherited from class net.sf.jour.instrumentor.AbstractInstrumentor |
---|
classCreated, instrument, setPointcuts |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MakeProtectedMethodInstrumentor()
Method Detail |
---|
public boolean instrumentClass(javassist.CtClass clazz) throws InterceptorException
instrumentClass
in class AbstractInstrumentor
InterceptorException
public boolean instrumentConstructor(javassist.CtClass clazz, javassist.CtConstructor constructor) throws InterceptorException
instrumentConstructor
in class AbstractInstrumentor
InterceptorException
public boolean instrumentMethod(javassist.CtClass clazz, javassist.CtMethod method) throws InterceptorException
instrumentMethod
in class AbstractInstrumentor
InterceptorException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |