-
Class Summary
Class |
Description |
AModelExporter |
The purpose of this abstract exporter class is to provide default
implementations of methods that may be overridden by subclasses.
|
-
Exception Summary
Exception |
Description |
ExportException |
Superclass for all exceptions that can occur during the export of CDA
data.
|
Package org.pfsw.tools.cda.plugin.export.spi Description
Export Service Programming Interface
This package provides an abstract superclass for classes that are supposed
to export parts or the whole data model of CDA.
To implement your own erporter create a subclass of AModelExporter and
implement all abstract methods. Override all those inherited methods from
AModelObjectVisitor that are relevant for your special export.