Package | Description |
---|---|
net.datenwerke.eximport.im | |
net.datenwerke.eximport.im.enclosed | |
net.datenwerke.eximport.im.objectimporters |
Modifier and Type | Method and Description |
---|---|
ImportSupervisor |
ImportSupervisorFactory.create(ImportConfig config,
java.util.List<Importer> importers) |
Modifier and Type | Method and Description |
---|---|
void |
Importer.configure(ImportSupervisor importSupervisor,
java.util.Collection<ImporterSpecificConfig> specificConfigs,
java.util.Queue<ImportItemConfig> collection) |
void |
ImporterImpl.configure(ImportSupervisor supervisor,
java.util.Collection<ImporterSpecificConfig> specificConfigs,
java.util.Queue<ImportItemConfig> itemConfigs) |
Modifier and Type | Method and Description |
---|---|
void |
EnclosedObjectImporter.configure(ImportSupervisor importSupervisor,
java.util.Collection<ImporterSpecificConfig> specificConfigs,
java.util.Queue<ImportItemConfig> collection) |
Modifier and Type | Method and Description |
---|---|
BasicObjectImporter |
BasicObjectImporterFactory.create(ImportSupervisor importSupervisor,
ImportableElement element) |
Constructor and Description |
---|
BasicObjectImporter(HookHandlerService hookHandler,
ReflectionService reflectionServices,
ImportSupervisor importSupervisor,
ImportableElement exportedItem) |