com.jaxfront.core.util.io.cvsexport
Interface CVSWriterCallback


public interface CVSWriterCallback

Used with SimpleCVSWriter#write(java.io.File, WriterCallback) or SimpleCVSWriter.append(Object[]) to allow the library to handle resource cleanup.


Method Summary
 void withWriter(SimpleCVSWriter writer)
          Will be passed an open CSVWriter
 

Method Detail

withWriter

void withWriter(SimpleCVSWriter writer)
                throws java.lang.Exception
Will be passed an open CSVWriter

Throws:
java.lang.Exception - which will be wrapped in an RuntimeException