|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.archiviststoolkit.importer.ImportFactory
public final class ImportFactory
A singleton in which we store the import parsers.
| Method Summary | |
|---|---|
EADIngest2 |
getEadIngest()
get the EADingest2 engine |
static ImportFactory |
getInstance()
Singleton access method. |
MARCIngest |
getMarcIngest()
Get the Marc XML ingest Engine |
boolean |
importFile(java.io.File file,
DomainImportController controller)
Import this file. |
void |
setEadIngest(EADIngest2 eadIngest)
Set the EAD ingest engine |
void |
setMarcIngest(MARCIngest marcIngest)
Set the MARCXML Ingest engine |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ImportFactory getInstance()
public boolean importFile(java.io.File file,
DomainImportController controller)
file - the file.controller - the controller.
public EADIngest2 getEadIngest()
public void setEadIngest(EADIngest2 eadIngest)
eadIngest - public MARCIngest getMarcIngest()
public void setMarcIngest(MARCIngest marcIngest)
marcIngest -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||