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