net.sf.blunder.service.persistence.opencsv
Class BlunderOpenCsvService
java.lang.Object
   net.sf.blunder.service.persistence.InMemoryPersistenceService
net.sf.blunder.service.persistence.InMemoryPersistenceService
       net.sf.blunder.service.persistence.opencsv.BlunderOpenCsvService
net.sf.blunder.service.persistence.opencsv.BlunderOpenCsvService
- All Implemented Interfaces: 
- BlunderPersistenceService
- public class BlunderOpenCsvService 
- extends InMemoryPersistenceService
 
 
| 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 | 
 
BlunderOpenCsvService
public BlunderOpenCsvService()
writeData
public void writeData()
- OpenCSV implementation of the data writer.
 
- 
- Specified by:
- writeDatain class- InMemoryPersistenceService
 
- 
- See Also:
- InMemoryPersistenceService.writeData()
 
readData
public HashMap<Long,ExceptionRelation> readData()
- OpenCSV implementation of the data reader.
 
- 
- Specified by:
- readDatain class- InMemoryPersistenceService
 
- 
- See Also:
- InMemoryPersistenceService.readData()
 
Copyright © 2009 Blunder. All Rights Reserved.