net.groboclown.xml.xdstates.v1.impl
Interface IStatesPropertyWriter

All Known Implementing Classes:
StatesPropertyWriterCSV, StatesPropertyWriterProperties

public interface IStatesPropertyWriter

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

Method Summary
 void endOfList()
           
 void setBaseOutputName(String name)
           
 void writeProperties(Properties props, int index)
           
 

Method Detail

setBaseOutputName

public void setBaseOutputName(String name)
                       throws IOException

writeProperties

public void writeProperties(Properties props,
                            int index)
                     throws IOException

endOfList

public void endOfList()
               throws IOException


Written under the LGPL