Interface Exporter<T extends AbstractConversionSettings>

Type Parameters:
T -
All Known Implementing Classes:
AbstractExporter, AbstractHTMLExporter3, AbstractWmlExporter, HTMLExporterVisitor, HTMLExporterXslt

public interface Exporter<T extends AbstractConversionSettings>
The AbstractExporter is the interface to singletons that do the conversion from a OpcPackage to a target format.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    export(T conversionSettings, OutputStream outputStream)