Class CSVExport
java.lang.Object
org.deltava.service.logbook.LogbookExport
org.deltava.service.logbook.CSVExport
- Direct Known Subclasses:
DefaultCSVExport
,VolantaCSVExport
An abstract log book export class to generate CSV-formatted log books.
- Since:
- 10.3
- Version:
- 10.3
- Author:
- Luke
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.deltava.service.logbook.LogbookExport
add, getAircraft, getPromotionCount, loadAircraft
-
Constructor Details
-
CSVExport
-
-
Method Details
-
writeln
Writes a string to the output buffer, terminated with a newline.- Parameters:
data
- the data
-
getContentType
Description copied from class:LogbookExport
Returns the content type of the output.- Specified by:
getContentType
in classLogbookExport
- Returns:
- the MIME type
-
getExtension
Description copied from class:LogbookExport
Returns the default file extension of the output.- Specified by:
getExtension
in classLogbookExport
- Returns:
- the file extension
-
toString
-