tigase.test.util
Interface OutputFilter
- All Known Implementing Classes:
- HTMLContentFilter, HTMLFilter, NullFilter
public interface OutputFilter
Describe interface OutputFilter here.
Created: Thu Jun 9 20:02:20 2005
- Version:
- $Rev: 135 $
- Author:
- Artur Hefczyc
init
void init(BufferedWriter out,
String title,
String description)
throws IOException
- Throws:
IOException
addContent
void addContent(String content)
throws IOException
- Throws:
IOException
setColumnHeaders
void setColumnHeaders(String... hd)
throws IOException
- Throws:
IOException
addRow
void addRow(String... cols)
throws IOException
- Throws:
IOException
close
void close(String closingInfo)
throws IOException
- Throws:
IOException
Copyright © 2005-2012 Tigase. All Rights Reserved.