org.apache.maven.doxia.sink
Class PipelineSink
java.lang.Object
org.apache.maven.doxia.sink.PipelineSink
- All Implemented Interfaces:
- InvocationHandler
public class PipelineSink
- extends Object
- implements InvocationHandler
- Version:
- $Id: PipelineSink.java 569044 2007-08-23 15:31:11Z jdcasey $
- Author:
- Trygve Laugstøl
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PipelineSink
public PipelineSink(List pipeline)
addSink
public void addSink(Sink sink)
invoke
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
- Specified by:
invoke
in interface InvocationHandler
- Throws:
Throwable
newInstance
public static Sink newInstance(List pipeline)
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.