org.tranche.tasks
Class CSVWriter

java.lang.Object
  extended by org.tranche.tasks.CSVWriter

public class CSVWriter
extends java.lang.Object

Creates a CSV file from a CSVFile representation.

Author:
Bryan Smith - bryanesmith@gmail.com

Constructor Summary
CSVWriter(CSVFile csvObj)
           
 
Method Summary
 void write()
          Executes the write.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CSVWriter

public CSVWriter(CSVFile csvObj)
Parameters:
csvObj - the cvs object received
Method Detail

write

public void write()
           throws java.lang.Exception

Executes the write.

Throws:
java.lang.Exception - if any exception occurs


This code is free for use both commercially and non-commercially as stated in the project's license