org.apache.maven.doxia.sink
Class PipelineSink

java.lang.Object
  extended by 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

Constructor Summary
PipelineSink(List pipeline)
           
 
Method Summary
 void addSink(Sink sink)
           
 Object invoke(Object proxy, Method method, Object[] args)
           
static Sink newInstance(List pipeline)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PipelineSink

public PipelineSink(List pipeline)
Method Detail

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.