Uses of Class
cdc.impex.ImpExFormat
-
Packages that use ImpExFormat Package Description cdc.impex cdc.impex.exports -
-
Uses of ImpExFormat in cdc.impex
Methods in cdc.impex that return ImpExFormat Modifier and Type Method Description static ImpExFormatImpExFormat. from(File file)static ImpExFormatImpExFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ImpExFormat[]ImpExFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cdc.impex with parameters of type ImpExFormat Modifier and Type Method Description ActiveExporterImpExFactory. createActiveExporter(ImpExFormat format)Creates an {link ActiveExporter} implementation that is compliant with a format.ExporterImpExFactory. createExporter(ImpExFormat format)Creates an {link Exporter} implementation that is compliant with a format.StreamExporterImpExFactory. createStreamExporter(ImpExFormat format, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler)Creates aStreamExporterfor a format. -
Uses of ImpExFormat in cdc.impex.exports
Methods in cdc.impex.exports with parameters of type ImpExFormat Modifier and Type Method Description voidActiveExporter. beginExport(OutputStream out, String systemId, ImpExFormat format, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)voidCheckedActiveExporter. beginExport(OutputStream out, String systemId, ImpExFormat format, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)voidStreamExporter. beginExport(OutputStream out, ImpExFormat format)Must be invoked at beginning of export to anOutputStream.voidExporter. exportData(OutputStream out, String systemId, ImpExFormat format, List<SheetTemplate> templates, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)Export data to an output stream using a format.static voidExporter. exportData(OutputStream out, String systemId, ImpExFormat format, List<String> templateNames, ImpExCatalog catalog, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features)Exports data to a stream using anImpExCatalog.voidVerboseExporter. exportData(OutputStream out, String systemId, ImpExFormat format, List<SheetTemplate> templates, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)
-