public class CSVExporter extends Object implements ResultExporter
Constructor and Description |
---|
CSVExporter(String filepath,
ArrayList<Entity> entities)
Creates a new CSV result exporter.
|
public CSVExporter(String filepath, ArrayList<Entity> entities) throws FalseFileTypeException
filepath
- The path of the CSV file.entities
- The entities that constitute the CSV file.FalseFileTypeException
public void exportResults()
exportResults
in interface ResultExporter
Copyright © 2014. All rights reserved.