Uses of Interface
cdc.impex.api.exports.SheetExporter
-
Packages that use SheetExporter Package Description cdc.impex.api cdc.impex.api.exports -
-
Uses of SheetExporter in cdc.impex.api
Methods in cdc.impex.api 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.api 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.api.exports
Subinterfaces of SheetExporter in cdc.impex.api.exports Modifier and Type Interface Description interfaceWorkbookExporterInterface implemented by classes that can extract workbook data to export.Classes in cdc.impex.api.exports that implement SheetExporter Modifier and Type Class Description classCheckedSheetExporterclassCheckedWorkbookExporterclassVerboseSheetExporterclassVerboseWorkbookExporterFields in cdc.impex.api.exports declared as SheetExporter Modifier and Type Field Description protected SheetExporterVerboseSheetExporter. delegatestatic SheetExporterSheetExporter. QUIET_VOIDstatic SheetExporterSheetExporter. VERBOSE_VOIDMethod parameters in cdc.impex.api.exports with type arguments of type SheetExporter Modifier and Type Method Description static WorkbookExporterWorkbookExporter. fromDelegates(WorkbookExporter def, Function<String,SheetExporter> function)static WorkbookExporterWorkbookExporter. fromDelegates(WorkbookExporter def, Map<String,SheetExporter> map)Creates a delegating handler.static WorkbookExporterWorkbookExporter. fromDelegates(Function<String,SheetExporter> function)static WorkbookExporterWorkbookExporter. fromDelegates(Map<String,SheetExporter> map)Constructors in cdc.impex.api.exports with parameters of type SheetExporter Constructor Description VerboseSheetExporter(SheetExporter delegate)
-