tigase.test.util
Class NullFilter

java.lang.Object
  extended by tigase.test.util.NullFilter
All Implemented Interfaces:
OutputFilter

public class NullFilter
extends java.lang.Object
implements OutputFilter

Describe class NullFilter here. Created: Sun Jul 10 22:22:34 2005

Version:
$Rev: 135 $
Author:
Artur Hefczyc

Constructor Summary
NullFilter()
          Creates a new NullFilter instance.
 
Method Summary
 void addContent(java.lang.String string)
          Describe addContent method here.
 void addRow(java.lang.String... stringArray)
          Describe addRow method here.
 void close(java.lang.String string)
          Describe close method here.
 void init(java.io.BufferedWriter bufferedWriter, java.lang.String string, java.lang.String string1)
          Describe init method here.
 void setColumnHeaders(java.lang.String... stringArray)
          Describe setColumnHeaders method here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullFilter

public NullFilter()
Creates a new NullFilter instance.

Method Detail

init

public void init(java.io.BufferedWriter bufferedWriter,
                 java.lang.String string,
                 java.lang.String string1)
          throws java.io.IOException
Describe init method here.

Specified by:
init in interface OutputFilter
Parameters:
bufferedWriter - a BufferedWriter value
string - a String value
string1 - a String value
Throws:
java.io.IOException - if an error occurs

close

public void close(java.lang.String string)
           throws java.io.IOException
Describe close method here.

Specified by:
close in interface OutputFilter
Parameters:
string - a String value
Throws:
java.io.IOException - if an error occurs

addContent

public void addContent(java.lang.String string)
                throws java.io.IOException
Describe addContent method here.

Specified by:
addContent in interface OutputFilter
Parameters:
string - a String value
Throws:
java.io.IOException - if an error occurs

setColumnHeaders

public void setColumnHeaders(java.lang.String... stringArray)
                      throws java.io.IOException
Describe setColumnHeaders method here.

Specified by:
setColumnHeaders in interface OutputFilter
Parameters:
stringArray - a String[] value
Throws:
java.io.IOException - if an error occurs

addRow

public void addRow(java.lang.String... stringArray)
            throws java.io.IOException
Describe addRow method here.

Specified by:
addRow in interface OutputFilter
Parameters:
stringArray - a String[] value
Throws:
java.io.IOException - if an error occurs


Copyright © 2005-2008 Tigase. All Rights Reserved.