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