Uses of Class
cdc.impex.ImpExFactoryFeatures
Packages that use ImpExFactoryFeatures
-
Uses of ImpExFactoryFeatures in cdc.impex
Fields in cdc.impex declared as ImpExFactoryFeaturesModifier and TypeFieldDescriptionstatic final ImpExFactoryFeaturesImpExFactoryFeatures.BESTstatic final ImpExFactoryFeaturesImpExFactoryFeatures.BEST_NO_ACTIONstatic final ImpExFactoryFeaturesImpExFactoryFeatures.FASTESTstatic final ImpExFactoryFeaturesImpExFactoryFeatures.FASTEST_NO_ACTIONMethods in cdc.impex that return ImpExFactoryFeaturesModifier and TypeMethodDescriptionImpExFactoryFeatures.Builder.build()ImpExFactory.getFeatures()Constructors in cdc.impex with parameters of type ImpExFactoryFeatures -
Uses of ImpExFactoryFeatures in cdc.impex.exports
Methods in cdc.impex.exports with parameters of type ImpExFactoryFeaturesModifier 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 ImpExFactoryFeatures in cdc.impex.imports
Methods in cdc.impex.imports with parameters of type ImpExFactoryFeaturesModifier 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 ImpExFactoryFeatures in cdc.impex.templates
Methods in cdc.impex.templates with parameters of type ImpExFactoryFeaturesModifier and TypeMethodDescriptionstatic voidTemplateGenerator.generate(File file, List<String> templateNames, ImpExCatalog catalog, Function<SheetTemplate, SheetTemplateInstance> instancier, ImpExFactoryFeatures features)