|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object groovy.lang.TracingInterceptor
public class TracingInterceptor extends Object
Field Summary | |
---|---|
protected Writer |
writer
|
Method Summary | |
---|---|
Object
|
afterInvoke(Object object, String methodName, Object[] arguments, Object result)
|
Object
|
beforeInvoke(Object object, String methodName, Object[] arguments)
|
boolean
|
doInvoke()
|
Writer
|
getWriter()
Returns the writer associated with this interceptor. |
void
|
setWriter(Writer writer)
Changes the writer associated with this interceptor. |
protected void
|
write(Object object, String methodName, Object[] arguments, String origin)
|
protected void
|
writeInfo(Class aClass, String methodName, Object[] arguments)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
protected Writer writer
Method Detail |
---|
public Object afterInvoke(Object object, String methodName, Object[] arguments, Object result)
public Object beforeInvoke(Object object, String methodName, Object[] arguments)
public boolean doInvoke()
public Writer getWriter()
public void setWriter(Writer writer)
protected void write(Object object, String methodName, Object[] arguments, String origin)
protected void writeInfo(Class aClass, String methodName, Object[] arguments)
Copyright © 2003-2013 The Codehaus. All rights reserved.