Class BufferingSinkProxyFactory

java.lang.Object
org.apache.maven.doxia.sink.impl.BufferingSinkProxyFactory
All Implemented Interfaces:
SinkWrapperFactory

public class BufferingSinkProxyFactory extends Object implements SinkWrapperFactory
Buffers all method calls on the proxied Sink until its Sink.flush() is called.