Class PipelineSink

java.lang.Object
org.apache.maven.doxia.sink.impl.PipelineSink
All Implemented Interfaces:
InvocationHandler

@Deprecated public class PipelineSink extends Object implements InvocationHandler
Deprecated.
Use the SinkWrapper approach which doesn't require the use of dynamic proxies.
May be used to invoke the same method on a List of Sinks.
See Also:
  • Field Details

    • pipeline

      private List<Sink> pipeline
      Deprecated.
  • Constructor Details

    • PipelineSink

      public PipelineSink(List<Sink> pipeline)
      Deprecated.
      Constructs a PipelineSink for a given List of Sinks.
      Parameters:
      pipeline - A List of Sinks.
  • Method Details