public class XTCEDatabaseExporterCsv extends XTCEDatabaseExporter
charEncoding_, db_, properties_| Constructor and Description |
|---|
XTCEDatabaseExporterCsv(XTCEDatabase db,
Properties properties,
Charset charEncoding)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
exportContainers(File outFile)
Export the containers in the XTCE file represented by an XTCEDatabase
object.
|
List<String> |
exportParameters(File outFile)
Export the parameters in the XTCE file represented by an XTCEDatabase
object.
|
List<String> |
exportTelecommands(File outFile)
Export the telecommands in the XTCE file represented by an XTCEDatabase
object.
|
public XTCEDatabaseExporterCsv(XTCEDatabase db, Properties properties, Charset charEncoding) throws XTCEDatabaseException
db - XTCEDatabase object to export from.properties - Properties object containing potential modifiers for
use by this exporter. See additional information about this class
regarding which modifiers are applicable.charEncoding - Charset to encode the output text as.XTCEDatabaseException - in the event that the database or the
properties objects are not usable (null in this case).public List<String> exportParameters(File outFile) throws XTCEDatabaseException
exportParameters in class XTCEDatabaseExporteroutFile - File object to export to the data to.XTCEDatabaseException - thrown in the event that the file cannot
be opened/written/etc.public List<String> exportContainers(File outFile) throws XTCEDatabaseException
exportContainers in class XTCEDatabaseExporteroutFile - File object to export to the data to.XTCEDatabaseException - thrown in the event that the file cannot
be opened/written/etc.public List<String> exportTelecommands(File outFile) throws XTCEDatabaseException
exportTelecommands in class XTCEDatabaseExporteroutFile - File object to export to the data to.XTCEDatabaseException - thrown in the event that the file cannot
be opened/written/etc.Copyright © 2015–2019. All rights reserved.