Package tigase.test.util
Class NullFilter
- java.lang.Object
-
- tigase.test.util.NullFilter
-
- All Implemented Interfaces:
OutputFilter
public class NullFilter extends Object implements OutputFilter
Describe class NullFilter here. Created: Sun Jul 10 22:22:34 2005- Version:
- $Rev$
- Author:
- Artur Hefczyc
-
-
Constructor Summary
Constructors Constructor Description NullFilter()Creates a newNullFilterinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddContent(String string)DescribeaddContentmethod here.voidaddRow(String... stringArray)DescribeaddRowmethod here.voidclose(String string)Describeclosemethod here.voidinit(BufferedWriter bufferedWriter, String string, String string1)Describeinitmethod here.voidsetColumnHeaders(String... stringArray)DescribesetColumnHeadersmethod here.
-
-
-
Method Detail
-
init
public void init(BufferedWriter bufferedWriter, String string, String string1) throws IOException
Describeinitmethod here.- Specified by:
initin interfaceOutputFilter- Parameters:
bufferedWriter- aBufferedWritervaluestring- aStringvaluestring1- aStringvalue- Throws:
IOException- if an error occurs
-
close
public void close(String string) throws IOException
Describeclosemethod here.- Specified by:
closein interfaceOutputFilter- Parameters:
string- aStringvalue- Throws:
IOException- if an error occurs
-
addContent
public void addContent(String string) throws IOException
DescribeaddContentmethod here.- Specified by:
addContentin interfaceOutputFilter- Parameters:
string- aStringvalue- Throws:
IOException- if an error occurs
-
setColumnHeaders
public void setColumnHeaders(String... stringArray) throws IOException
DescribesetColumnHeadersmethod here.- Specified by:
setColumnHeadersin interfaceOutputFilter- Parameters:
stringArray- aString[]value- Throws:
IOException- if an error occurs
-
addRow
public void addRow(String... stringArray) throws IOException
DescribeaddRowmethod here.- Specified by:
addRowin interfaceOutputFilter- Parameters:
stringArray- aString[]value- Throws:
IOException- if an error occurs
-
-