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 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:LogbookExportReturns the content type of the output.- Specified by:
getContentTypein classLogbookExport- Returns:
- the MIME type
-
getExtension
Description copied from class:LogbookExportReturns the default file extension of the output.- Specified by:
getExtensionin classLogbookExport- Returns:
- the file extension
-
toString
-