Uses of Class
cdc.impex.ImpExCatalog
-
Packages that use ImpExCatalog Package Description cdc.impex cdc.impex.exports cdc.impex.imports cdc.impex.templates -
-
Uses of ImpExCatalog in cdc.impex
Methods in cdc.impex 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.exports
Methods in cdc.impex.exports with parameters of type ImpExCatalog Modifier and Type Method Description static 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(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. -
Uses of ImpExCatalog in cdc.impex.imports
Methods in cdc.impex.imports with parameters of type ImpExCatalog Modifier and Type Method Description static 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 ImpExCatalog Modifier and Type Method Description static voidTemplateGenerator. generate(File file, List<String> templateNames, ImpExCatalog catalog, ImpExFactoryFeatures features)
-