Uses of Interface
cdc.impex.imports.WorkbookImporter
-
Packages that use WorkbookImporter Package Description cdc.impex cdc.impex.imports -
-
Uses of WorkbookImporter in cdc.impex
Methods in cdc.impex that return WorkbookImporter Modifier and Type Method Description WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, String... templateNames)Creates a delegating sheet importer for an array of template names.WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, Collection<String> templateNames)Creates a delegating sheet importer for a collection of template names.WorkbookImporterImpExCatalog. createWorkbookImporterFor(String... templateNames)WorkbookImporterImpExCatalog. createWorkbookImporterFor(Collection<String> templateNames)Methods in cdc.impex with parameters of type WorkbookImporter Modifier and Type Method Description WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, String... templateNames)Creates a delegating sheet importer for an array of template names.WorkbookImporterImpExCatalog. createWorkbookImporterFor(WorkbookImporter def, Collection<String> templateNames)Creates a delegating sheet importer for a collection of template names. -
Uses of WorkbookImporter in cdc.impex.imports
Classes in cdc.impex.imports that implement WorkbookImporter Modifier and Type Class Description classCheckedWorkbookImporterclassVerboseWorkbookImporterFields in cdc.impex.imports declared as WorkbookImporter Modifier and Type Field Description static WorkbookImporterWorkbookImporter. QUIET_VOIDstatic WorkbookImporterWorkbookImporter. VERBOSE_VOIDMethods in cdc.impex.imports that return WorkbookImporter 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)Methods in cdc.impex.imports with parameters of type WorkbookImporter 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.voidImporter. importData(File file, Set<SheetTemplate> templates, WorkbookImporter workbookImporter, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller)Invoked to analyze a file that contains data to import.Constructors in cdc.impex.imports with parameters of type WorkbookImporter Constructor Description VerboseWorkbookImporter(WorkbookImporter delegate)
-