Class ZipExporter

  • All Implemented Interfaces:
    Exporter

    public class ZipExporter
    extends Object
    implements Exporter
    Export schema information and data into executable JAR file. Since it is in ZIP file format the resulting file may as well be inspected with a ZIP tool. The structure of the ZIP is based on the structure of a data base.

    © 2012-2034 akquinet tech@spree

    Author:
    M. Dahm Hint is used by ZipExporterClassResourcesHint to add custom classes to the generated JAR and configure the META-INF/MANIFEST.MF Main-Class entry Hint is used by ExportDumpExtraInformationHint to add custom information to the generated JAR