Uses of Interface
net.datenwerke.eximport.im.ImporterSpecificConfig
Packages that use ImporterSpecificConfig
Package
Description
-
Uses of ImporterSpecificConfig in net.datenwerke.eximport.im
Methods in net.datenwerke.eximport.im that return types with arguments of type ImporterSpecificConfigMethods in net.datenwerke.eximport.im with parameters of type ImporterSpecificConfigModifier and TypeMethodDescriptionvoidImportConfig.addSpecificImporterConfigs(ImporterSpecificConfig... config) Method parameters in net.datenwerke.eximport.im with type arguments of type ImporterSpecificConfigModifier and TypeMethodDescriptionvoidImporter.configure(ImportSupervisor importSupervisor, Collection<ImporterSpecificConfig> specificConfigs, Queue<ImportItemConfig> collection) voidImporterImpl.configure(ImportSupervisor supervisor, Collection<ImporterSpecificConfig> specificConfigs, Queue<ImportItemConfig> itemConfigs) voidImportConfig.setSpecificImporterConfigs(List<ImporterSpecificConfig> specificImporterConfigs) -
Uses of ImporterSpecificConfig in net.datenwerke.eximport.im.enclosed
Method parameters in net.datenwerke.eximport.im.enclosed with type arguments of type ImporterSpecificConfigModifier and TypeMethodDescriptionvoidEnclosedObjectImporter.configure(ImportSupervisor importSupervisor, Collection<ImporterSpecificConfig> specificConfigs, Queue<ImportItemConfig> collection) -
Uses of ImporterSpecificConfig in net.datenwerke.treedb.ext.service.eximport
Classes in net.datenwerke.treedb.ext.service.eximport that implement ImporterSpecificConfig