net.sf.blunder.service.persistence.opencsv
Class BlunderOpenCsvService

java.lang.Object
  extended by net.sf.blunder.service.persistence.InMemoryPersistenceService
      extended by net.sf.blunder.service.persistence.opencsv.BlunderOpenCsvService
All Implemented Interfaces:
BlunderPersistenceService

public class BlunderOpenCsvService
extends InMemoryPersistenceService


Constructor Summary
BlunderOpenCsvService()
           
 
Method Summary
 HashMap<Long,ExceptionRelation> readData()
          OpenCSV implementation of the data reader.
 void writeData()
          OpenCSV implementation of the data writer.
 
Methods inherited from class net.sf.blunder.service.persistence.InMemoryPersistenceService
delete, findBy, findByBusiness, findByLeaf, findByLeafAndBusiness, findByLeafAndRoot, findByRoot, findDefaultRelation, getData, getEmptyOrValueString, getFilePath, getInputStream, getOutputStream, getReader, getWriter, learn, refresh, setData, setFilePath, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlunderOpenCsvService

public BlunderOpenCsvService()
Method Detail

writeData

public void writeData()
OpenCSV implementation of the data writer.

Specified by:
writeData in class InMemoryPersistenceService
See Also:
InMemoryPersistenceService.writeData()

readData

public HashMap<Long,ExceptionRelation> readData()
OpenCSV implementation of the data reader.

Specified by:
readData in class InMemoryPersistenceService
See Also:
InMemoryPersistenceService.readData()


Copyright © 2009 Blunder. All Rights Reserved.