Uses of Interface
cdc.impex.imports.SheetImporter
Packages that use SheetImporter
-
Uses of SheetImporter in cdc.impex
Methods in cdc.impex that return SheetImporterModifier and TypeMethodDescriptionImpExCatalog.getSheetImporter(String templateName) Return The sheet importer associated to template name.ImpExCatalog.getSheetImporterOrNull(String templateName) Returns sheet importer associated to a template name ornull.Methods in cdc.impex with parameters of type SheetImporterModifier and TypeMethodDescriptionImpExCatalog.register(SheetTemplate template, SheetImporter sheetImporter) Registers a SheetTemplate (if not already done) and associate it to a SheetImporter.ImpExCatalog.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.importsModifier and TypeInterfaceDescriptioninterfaceThis interface adds workbook level notifications toSheetImporter.Classes in cdc.impex.imports that implement SheetImporterModifier and TypeClassDescriptionclassUtility class that implements SheetImporter, delegating all the work, and adds batch notifications.classclassclassclassFields in cdc.impex.imports declared as SheetImporterModifier and TypeFieldDescriptionstatic final SheetImporterSheetImporter.QUIET_VOIDstatic final SheetImporterSheetImporter.VERBOSE_VOIDMethods in cdc.impex.imports that return SheetImporterMethod parameters in cdc.impex.imports with type arguments of type SheetImporterModifier and TypeMethodDescriptionstatic 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 SheetImporterModifierConstructorDescriptionBatchSheetImporter(SheetImporter delegate) VerboseSheetImporter(SheetImporter delegate)