Uses of Interface
cdc.impex.exports.WorkbookExporter
-
Packages that use WorkbookExporter Package Description cdc.impex cdc.impex.exports -
-
Uses of WorkbookExporter in cdc.impex
Methods in cdc.impex that return WorkbookExporter Modifier and Type Method Description WorkbookExporterImpExCatalog. createWorkbookExporterFor(WorkbookExporter def, String... templateNames)Creates a delegating sheet exporter for an array of template names.WorkbookExporterImpExCatalog. createWorkbookExporterFor(WorkbookExporter def, Collection<String> templateNames)Creates a delegating sheet exporter for a collection of template names.WorkbookExporterImpExCatalog. createWorkbookExporterFor(String... templateNames)WorkbookExporterImpExCatalog. createWorkbookExporterFor(Collection<String> templateNames)Methods in cdc.impex with parameters of type WorkbookExporter Modifier and Type Method Description WorkbookExporterImpExCatalog. createWorkbookExporterFor(WorkbookExporter def, String... templateNames)Creates a delegating sheet exporter for an array of template names.WorkbookExporterImpExCatalog. createWorkbookExporterFor(WorkbookExporter def, Collection<String> templateNames)Creates a delegating sheet exporter for a collection of template names. -
Uses of WorkbookExporter in cdc.impex.exports
Classes in cdc.impex.exports that implement WorkbookExporter Modifier and Type Class Description classCheckedWorkbookExporterclassVerboseWorkbookExporterFields in cdc.impex.exports declared as WorkbookExporter Modifier and Type Field Description protected WorkbookExporterVerboseWorkbookExporter. delegatestatic WorkbookExporterWorkbookExporter. QUIET_VOIDstatic WorkbookExporterWorkbookExporter. VERBOSE_VOIDMethods in cdc.impex.exports that return WorkbookExporter Modifier and Type Method Description static WorkbookExporterWorkbookExporter. fromDelegates(WorkbookExporter def, Function<String,SheetExporter> function)Creates a delegating workbook exporter.static WorkbookExporterWorkbookExporter. fromDelegates(WorkbookExporter def, Map<String,SheetExporter> map)Creates a delegating workbook exporter.static WorkbookExporterWorkbookExporter. fromDelegates(Function<String,SheetExporter> function)static WorkbookExporterWorkbookExporter. fromDelegates(Map<String,SheetExporter> map)Methods in cdc.impex.exports with parameters of type WorkbookExporter Modifier and Type Method Description voidExporter. exportData(File file, List<SheetTemplate> templates, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)Export data to a file.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.voidVerboseExporter. exportData(File file, List<SheetTemplate> templates, WorkbookExporter workbookExporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)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)static WorkbookExporterWorkbookExporter. fromDelegates(WorkbookExporter def, Function<String,SheetExporter> function)Creates a delegating workbook exporter.static WorkbookExporterWorkbookExporter. fromDelegates(WorkbookExporter def, Map<String,SheetExporter> map)Creates a delegating workbook exporter.Constructors in cdc.impex.exports with parameters of type WorkbookExporter Constructor Description VerboseWorkbookExporter(WorkbookExporter delegate)
-