public abstract class AbstractImporter extends Object implements Importer
| Modifier and Type | Field and Description |
|---|---|
protected ImportExportErrorService |
errorService |
protected org.slf4j.Logger |
logger |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractImporter(ImportExportErrorService errorService) |
protected |
AbstractImporter(ImportExportErrorService errorService,
List<AroundImporter> arounds) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
doImportNode(NodeParser node,
ImportConfiguration configuration,
Context context) |
void |
importNode(NodeParser node,
ImportConfiguration configuration,
Context context) |
protected final org.slf4j.Logger logger
protected final ImportExportErrorService errorService
protected AbstractImporter(ImportExportErrorService errorService)
protected AbstractImporter(ImportExportErrorService errorService, List<AroundImporter> arounds)
public final void importNode(NodeParser node, ImportConfiguration configuration, Context context)
importNode in interface Importerprotected abstract void doImportNode(NodeParser node, ImportConfiguration configuration, Context context)
Copyright © 2018 Atlassian. All rights reserved.