Uses of Interface
cdc.impex.imports.SheetImporter
-
Packages that use SheetImporter Package Description cdc.impex cdc.impex.imports -
-
Uses of SheetImporter in cdc.impex
Methods in cdc.impex that return SheetImporter Modifier and Type Method Description SheetImporterImpExCatalog. getSheetImporter(String templateName)Return The sheet importer associated to template name.SheetImporterImpExCatalog. getSheetImporterOrNull(String templateName)Returns sheet importer associated to a template name ornull.Methods in cdc.impex with parameters of type SheetImporter Modifier and Type Method Description ImpExCatalogImpExCatalog. register(SheetTemplate template, SheetImporter sheetImporter)Registers a SheetTemplate (if not already done) and associate it to a SheetImporter.ImpExCatalogImpExCatalog. register(String templateName, SheetImporter sheetImporter)Registers a SheetImporter and associate it to a template name. -
Uses of SheetImporter in cdc.impex.imports
Subinterfaces of SheetImporter in cdc.impex.imports Modifier and Type Interface Description interfaceWorkbookImporterThis interface adds workbook level notifications toSheetImporter.Classes in cdc.impex.imports that implement SheetImporter Modifier and Type Class Description classBatchSheetImporterUtility class that implements SheetImporter, delegating all the work, and adds batch notifications.classCheckedSheetImporterclassCheckedWorkbookImporterclassVerboseSheetImporterclassVerboseWorkbookImporterFields in cdc.impex.imports declared as SheetImporter Modifier and Type Field Description static SheetImporterSheetImporter. QUIET_VOIDstatic SheetImporterSheetImporter. VERBOSE_VOIDMethods in cdc.impex.imports that return SheetImporter Modifier and Type Method Description SheetImporterBatchSheetImporter. getDelegate()Method parameters in cdc.impex.imports with type arguments of type SheetImporter Modifier and Type Method Description static WorkbookImporterWorkbookImporter. fromDelegates(WorkbookImporter def, Function<String,SheetImporter> function)Creates a delegating workbook importer.static WorkbookImporterWorkbookImporter. fromDelegates(WorkbookImporter def, Map<String,SheetImporter> map)Creates a delegating workbook importer.static WorkbookImporterWorkbookImporter. fromDelegates(Function<String,SheetImporter> function)static WorkbookImporterWorkbookImporter. fromDelegates(Map<String,SheetImporter> map)Constructors in cdc.impex.imports with parameters of type SheetImporter Constructor Description BatchSheetImporter(SheetImporter delegate)VerboseSheetImporter(SheetImporter delegate)
-