cz.cmc.tcgui.io
Class SchemaExporterTC

java.lang.Object
  extended bycz.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.


Constructor Summary
SchemaExporterTC()
           
 
Method Summary
 void exportSchema(OutputStream os, TCExport tce)
          Export the schema into the given output stream.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchemaExporterTC

public SchemaExporterTC()
Method Detail

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 to
tce - TCExport to get the schema structure from
Throws:
ExportException