@Component(role=SinkFactory.class, hint="confluence") public class ConfluenceSinkFactory extends AbstractTextSinkFactory
ROLE| Constructor and Description |
|---|
ConfluenceSinkFactory() |
| Modifier and Type | Method and Description |
|---|---|
protected Sink |
createSink(Writer writer,
String encoding)
Create a text Sink for a given encoding.
|
createSink, createSink, createSink, createSinkpublic ConfluenceSinkFactory()
protected Sink createSink(Writer writer, String encoding)
createSink in class AbstractTextSinkFactorywriter - The writer for the sink output, never null.encoding - The character encoding used by the writer.Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.