org.hudsonci.maven.plugin.builder.internal.invoker
Class RecordingHandler
java.lang.Object
org.hudsonci.maven.plugin.builder.internal.invoker.DelegatingInvocationHandler
org.hudsonci.maven.plugin.builder.internal.invoker.RecordingHandler
- All Implemented Interfaces:
- InvocationHandler
public class RecordingHandler
- extends DelegatingInvocationHandler
Handler which records invocations.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INVOCATION_STREAM
public static final String INVOCATION_STREAM
- See Also:
- Constant Field Values
RecordingHandler
public RecordingHandler(InvocationHandler delegate,
File file)
throws IOException
- Throws:
IOException
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke in interface InvocationHandler- Overrides:
invoke in class DelegatingInvocationHandler
- Throws:
Throwable
close
public void close()
Copyright © 2004-2011 Hudson. All Rights Reserved.