|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.whatsnew.filter.impl.UnixOutputWriter
An OutputWriter implementation that plain the buffer using UNIX line feeds
Constructor Summary | |
UnixOutputWriter()
|
Method Summary | |
void |
output(java.io.File outputFile,
java.lang.String[] input)
Plains the array |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnixOutputWriter()
Method Detail |
public void output(java.io.File outputFile, java.lang.String[] input) throws AppException
output
in interface OutputWriter
outputFile
- The file write toinput
- The array to processAppException
- in case of error
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |