Uses of Class
cdc.impex.api.ImpExCatalog
-
Packages that use ImpExCatalog Package Description cdc.impex.api cdc.impex.api.exports cdc.impex.api.imports cdc.impex.api.templates -
-
Uses of ImpExCatalog in cdc.impex.api
Methods in cdc.impex.api that return ImpExCatalog Modifier and Type Method Description ImpExCatalogImpExCatalog. register(SheetTemplate template)Registers a SheetTemplate.ImpExCatalogImpExCatalog. register(SheetTemplate... templates)Registers an array of SheetTemplates.ImpExCatalogImpExCatalog. register(SheetTemplate template, SheetExporter sheetExporter)Registers a SheetTemplate (if not already done) and associate it to a SheetExporter.ImpExCatalogImpExCatalog. register(SheetTemplate template, SheetImporter sheetImporter)Registers a SheetTemplate (if not already done) and associate it to a SheetImporter.ImpExCatalogImpExCatalog. register(String templateName, SheetExporter sheetExporter)Registers a SheetExporter and associate it to a template name.ImpExCatalogImpExCatalog. register(String templateName, SheetImporter sheetImporter)Registers a SheetImporter and associate it to a template name.ImpExCatalogImpExCatalog. register(Collection<SheetTemplate> templates)Registers a collection of SheetTemplates. -
Uses of ImpExCatalog in cdc.impex.api.exports
Methods in cdc.impex.api.exports with parameters of type ImpExCatalog Modifier and Type Method Description static voidExporter. exportData(File file, List<String> templateNames, ImpExCatalog catalog, cdc.issues.api.IssuesHandler<? super ExportIssue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) -
Uses of ImpExCatalog in cdc.impex.api.imports
Methods in cdc.impex.api.imports with parameters of type ImpExCatalog Modifier and Type Method Description static voidImporter. importData(File file, Set<String> templateNames, ImpExCatalog catalog, cdc.issues.api.IssuesHandler<? super ImportIssue> issuesHandler, cdc.util.events.ProgressController controller, ImpExFactoryFeatures features) -
Uses of ImpExCatalog in cdc.impex.api.templates
Methods in cdc.impex.api.templates with parameters of type ImpExCatalog Modifier and Type Method Description static voidTemplateGenerator. generate(File file, List<String> templateNames, ImpExCatalog catalog, ImpExFactoryFeatures features)
-