Uses of Class
cdc.impex.ImpExFactoryFeatures
-
Packages that use ImpExFactoryFeatures Package Description cdc.impex cdc.impex.exports cdc.impex.imports cdc.impex.templates -
-
Uses of ImpExFactoryFeatures in cdc.impex
Fields in cdc.impex declared as ImpExFactoryFeatures Modifier and Type Field Description static ImpExFactoryFeaturesImpExFactoryFeatures. BESTstatic ImpExFactoryFeaturesImpExFactoryFeatures. FASTESTMethods in cdc.impex that return ImpExFactoryFeatures Modifier and Type Method Description ImpExFactoryFeaturesImpExFactoryFeatures.Builder. build()ImpExFactoryFeaturesImpExFactory. getFeatures()Constructors in cdc.impex with parameters of type ImpExFactoryFeatures Constructor Description ImpExFactory(ImpExFactoryFeatures features) -
Uses of ImpExFactoryFeatures in cdc.impex.exports
Methods in cdc.impex.exports with parameters of type ImpExFactoryFeatures 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 ImpExFactoryFeatures in cdc.impex.imports
Methods in cdc.impex.imports with parameters of type ImpExFactoryFeatures 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 ImpExFactoryFeatures in cdc.impex.templates
Methods in cdc.impex.templates with parameters of type ImpExFactoryFeatures Modifier and Type Method Description static voidTemplateGenerator. generate(File file, List<String> templateNames, ImpExCatalog catalog, ImpExFactoryFeatures features)
-