public interface OutputFilter
| Modifier and Type | Method and Description |
|---|---|
void |
addContent(String content) |
void |
addRow(String... cols) |
void |
close(String closingInfo) |
void |
init(BufferedWriter out,
String title,
String description) |
void |
setColumnHeaders(String... hd) |
void init(BufferedWriter out, String title, String description) throws IOException
IOExceptionvoid addContent(String content) throws IOException
IOExceptionvoid setColumnHeaders(String... hd) throws IOException
IOExceptionvoid addRow(String... cols) throws IOException
IOExceptionvoid close(String closingInfo) throws IOException
IOExceptionCopyright © 2005–2014 Tigase. All rights reserved.