cz.cmc.tcgui.io
Class SchemaExporterTC
java.lang.Object
cz.cmc.tcgui.io.SchemaExporterTC
- All Implemented Interfaces:
- SchemaExporter
- public class SchemaExporterTC
- extends Object
- implements SchemaExporter
SchemaExporterTC implements SchemaExporter interface and is designed to
export schema in form of valid script, executable under compatible tc aware
Linux OS.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SchemaExporterTC
public SchemaExporterTC()
exportSchema
public void exportSchema(OutputStream os,
TCExport tce)
throws ExportException
- Description copied from interface:
SchemaExporter
- Export the schema into the given output stream.
- Specified by:
exportSchema
in interface SchemaExporter
- Parameters:
os
- OutputStream to export the schema totce
- TCExport to get the schema structure from
- Throws:
ExportException