Uses of Interface
se.conciliate.extensions.importservice.ImportConfig
Packages that use ImportConfig
Package
Description
Provides the means to provide custom import services and/or
use the built-in import service with custom settings.
-
Uses of ImportConfig in se.conciliate.extensions.importservice
Methods in se.conciliate.extensions.importservice that return ImportConfigModifier and TypeMethodDescriptionImportService.createConfig()
Deprecated.Creates an empty config.Methods in se.conciliate.extensions.importservice with parameters of type ImportConfigModifier and TypeMethodDescriptionvoid
ImportService.run
(ImportConfig config, File input, ProgressCallback progress) Deprecated.Performs the import.void
ImportService.showImportDialog
(JFrame parent, ImportConfig profile) Deprecated.Show a GUI to help the user edit the profile and start an import.