public abstract class ImportAllNodesHooker<N extends AbstractNode<N>> extends java.lang.Object implements ImportAllHook
| Constructor and Description |
|---|
ImportAllNodesHooker(TreeDBManager<N> treeManager,
java.lang.Class<? extends Exporter> exporterType) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(ImportConfig config) |
void |
setAnalizerService(ExportDataAnalyzerService analizerService) |
public ImportAllNodesHooker(TreeDBManager<N> treeManager, java.lang.Class<? extends Exporter> exporterType)
public void setAnalizerService(ExportDataAnalyzerService analizerService)
public void configure(ImportConfig config)
configure in interface ImportAllHook