|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttigase.test.util.NullFilter
public class NullFilter
Describe class NullFilter here. Created: Sun Jul 10 22:22:34 2005
| Constructor Summary | |
|---|---|
NullFilter()
Creates a new NullFilter instance. |
|
| Method Summary | |
|---|---|
void |
addContent(String string)
Describe addContent method here. |
void |
addRow(String... stringArray)
Describe addRow method here. |
void |
close(String string)
Describe close method here. |
void |
init(BufferedWriter bufferedWriter,
String string,
String string1)
Describe init method here. |
void |
setColumnHeaders(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 |
|---|
public NullFilter()
NullFilter instance.
| Method Detail |
|---|
public void init(BufferedWriter bufferedWriter,
String string,
String string1)
throws IOException
init method here.
init in interface OutputFilterbufferedWriter - a BufferedWriter valuestring - a String valuestring1 - a String value
IOException - if an error occurs
public void close(String string)
throws IOException
close method here.
close in interface OutputFilterstring - a String value
IOException - if an error occurs
public void addContent(String string)
throws IOException
addContent method here.
addContent in interface OutputFilterstring - a String value
IOException - if an error occurs
public void setColumnHeaders(String... stringArray)
throws IOException
setColumnHeaders method here.
setColumnHeaders in interface OutputFilterstringArray - a String[] value
IOException - if an error occurs
public void addRow(String... stringArray)
throws IOException
addRow method here.
addRow in interface OutputFilterstringArray - a String[] value
IOException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||