Uses of Class
cdc.impex.ImpExCatalog
Packages that use ImpExCatalog
-
Uses of ImpExCatalog in cdc.impex
Methods in cdc.impex that return ImpExCatalogModifier and TypeMethodDescriptionImpExCatalog.register(SheetTemplate template) Registers a SheetTemplate.ImpExCatalog.register(SheetTemplate... templates) Registers an array of SheetTemplates.ImpExCatalog.register(SheetTemplate template, SheetExporter sheetExporter) Registers a SheetTemplate (if not already done) and associate it to a SheetExporter.ImpExCatalog.register(SheetTemplate template, SheetImporter sheetImporter) Registers a SheetTemplate (if not already done) and associate it to a SheetImporter.ImpExCatalog.register(String templateName, SheetExporter sheetExporter) Registers a SheetExporter and associate it to a template name.ImpExCatalog.register(String templateName, SheetImporter sheetImporter) Registers a SheetImporter and associate it to a template name.ImpExCatalog.register(Collection<SheetTemplate> templates) Registers a collection of SheetTemplates. -
Uses of ImpExCatalog in cdc.impex.exports
Methods in cdc.impex.exports with parameters of type ImpExCatalogModifier and TypeMethodDescriptionstatic voidExporter.exportData(File file, List<String> templateNames, ImpExCatalog catalog, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) Exports data to a file using anImpExCatalog.static voidExporter.exportData(File file, List<String> templateNames, ImpExCatalog catalog, Function<SheetTemplate, SheetTemplateInstance> instancier, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) Exports data to a file using anImpExCatalog.static voidExporter.exportData(OutputStream out, String systemId, ImpExFormat format, List<String> templateNames, ImpExCatalog catalog, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) Exports data to a stream using anImpExCatalog.static voidExporter.exportData(OutputStream out, String systemId, ImpExFormat format, List<String> templateNames, ImpExCatalog catalog, Function<SheetTemplate, SheetTemplateInstance> instancier, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) Exports data to a stream using anImpExCatalog. -
Uses of ImpExCatalog in cdc.impex.imports
Methods in cdc.impex.imports with parameters of type ImpExCatalogModifier and TypeMethodDescriptionstatic voidImporter.importData(File file, Set<String> templateNames, ImpExCatalog catalog, cdc.issues.IssuesHandler<cdc.issues.Issue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) -
Uses of ImpExCatalog in cdc.impex.templates
Methods in cdc.impex.templates with parameters of type ImpExCatalogModifier and TypeMethodDescriptionstatic voidTemplateGenerator.generate(File file, List<String> templateNames, ImpExCatalog catalog, Function<SheetTemplate, SheetTemplateInstance> instancier, ImpExFactoryFeatures features)