public class ImportMergeOptionsHooker extends java.lang.Object implements ImporterPostProcessorConfiguratorHook
| Constructor and Description |
|---|
ImportMergeOptionsHooker(ImporterDao importerDao) |
| Modifier and Type | Method and Description |
|---|---|
PropertiesDialogCard |
getCard() |
ImportPostProcessConfigDto |
getConfiguration() |
java.lang.String |
getPostProcessorId() |
void |
reset() |
public ImportMergeOptionsHooker(ImporterDao importerDao)
public ImportPostProcessConfigDto getConfiguration() throws NotProperlyConfiguredException
getConfiguration in interface ImporterPostProcessorConfiguratorHookNotProperlyConfiguredExceptionpublic java.lang.String getPostProcessorId()
getPostProcessorId in interface ImporterPostProcessorConfiguratorHookpublic PropertiesDialogCard getCard()
getCard in interface ImporterPostProcessorConfiguratorHookpublic void reset()
reset in interface ImporterPostProcessorConfiguratorHook