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

Method Summary
 void addContent(String content)
           
 void addRow(String... cols)
           
 void close(String closingInfo)
           
 void init(BufferedWriter out, String title, String description)
           
 void setColumnHeaders(String... hd)
           
 

Method Detail

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.