net.groboclown.xml.xdstates.v1.impl
Class StatesPropertyWriterCSV

java.lang.Object
  |
  +--net.groboclown.xml.xdstates.v1.impl.StatesPropertyWriterCSV
All Implemented Interfaces:
IStatesPropertyWriter

public class StatesPropertyWriterCSV
extends Object
implements IStatesPropertyWriter

Version:
Alpha 0.9.0 - JDK 1.2+
Author:
Matt Albrecht

Field Summary
private  HashMap columns
           
private  String fileName
           
private static String TAIL_NAME
           
 
Constructor Summary
StatesPropertyWriterCSV()
           
 
Method Summary
 void endOfList()
           
 void setBaseOutputName(String name)
           
 void writeProperties(Properties props, int index)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

fileName

private String fileName

columns

private HashMap columns

TAIL_NAME

private static final String TAIL_NAME
Constructor Detail

StatesPropertyWriterCSV

public StatesPropertyWriterCSV()
Method Detail

setBaseOutputName

public void setBaseOutputName(String name)
Specified by:
setBaseOutputName in interface IStatesPropertyWriter

writeProperties

public void writeProperties(Properties props,
                            int index)
                     throws IOException
Specified by:
writeProperties in interface IStatesPropertyWriter

endOfList

public void endOfList()
               throws IOException
Specified by:
endOfList in interface IStatesPropertyWriter


Written under the LGPL