Uses of Interface
cdc.impex.exports.SheetExporter
-
Packages that use SheetExporter Package Description cdc.impex cdc.impex.exports -
-
Uses of SheetExporter in cdc.impex
Methods in cdc.impex that return SheetExporter Modifier and Type Method Description SheetExporterImpExCatalog. getSheetExporter(String templateName)Return The sheet exporter associated to template name.SheetExporterImpExCatalog. getSheetExporterOrNull(String templateName)Returns sheet exporter associated to a template name ornull.Methods in cdc.impex with parameters of type SheetExporter Modifier and Type Method Description ImpExCatalogImpExCatalog. register(SheetTemplate template, SheetExporter sheetExporter)Registers a SheetTemplate (if not already done) and associate it to a SheetExporter.ImpExCatalogImpExCatalog. register(String templateName, SheetExporter sheetExporter)Registers a SheetExporter and associate it to a template name. -
Uses of SheetExporter in cdc.impex.exports
Subinterfaces of SheetExporter in cdc.impex.exports Modifier and Type Interface Description interfaceWorkbookExporterInterface implemented by classes that can extract workbook data to export.Classes in cdc.impex.exports that implement SheetExporter Modifier and Type Class Description classCheckedSheetExporterImplementation ofSheetExporterthat inserts checks.classCheckedWorkbookExporterclassVerboseSheetExporterclassVerboseWorkbookExporterFields in cdc.impex.exports declared as SheetExporter Modifier and Type Field Description protected SheetExporterVerboseSheetExporter. delegatestatic SheetExporterSheetExporter. QUIET_VOIDstatic SheetExporterSheetExporter. VERBOSE_VOIDMethod parameters in cdc.impex.exports with type arguments of type SheetExporter 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)Constructors in cdc.impex.exports with parameters of type SheetExporter Constructor Description VerboseSheetExporter(SheetExporter delegate)
-