public class WriterWikiPrinter extends Object implements WikiPrinter
Writer as the underlying output target.| Constructor and Description |
|---|
WriterWikiPrinter(Writer writer) |
public WriterWikiPrinter(Writer writer)
writer - the writerpublic Writer getWriter()
protected String getEOL()
public void print(String text)
print in interface WikiPrintertext - print the provided String.public void println(String text)
println in interface WikiPrintertext - print the provided String and add a new line.Copyright © 2004–2015 XWiki. All rights reserved.