org.archiviststoolkit.exporter
Class MARCExportHandler
java.lang.Object
   org.archiviststoolkit.exporter.MARCExportHandler
org.archiviststoolkit.exporter.MARCExportHandler
- All Implemented Interfaces: 
- java.lang.Runnable
- public class MARCExportHandler 
- extends java.lang.Object- implements java.lang.Runnable
| Field Summary | 
|  java.io.File | file
 | 
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
file
public java.io.File file
MARCExportHandler
public MARCExportHandler(ExportOptionsMARC exportOptions)
startExportThread
public boolean startExportThread(java.io.File exportFile,
                                 Resources resource)
- Kick off the export thread.
 
- 
 
- 
- Parameters:
- exportFile- the file to import
- Returns:
- if we succeeded or not
 
run
public void run()
- 
- Specified by:
- runin interface- java.lang.Runnable
 
- 
 
export
public void export(java.io.File exportFile,
                   java.util.Vector<DomainObject> resources,
                   InfiniteProgressPanel progressPanel)
- 
 
- 
 
export
public void export(java.io.File exportFile,
                   Resources resource,
                   InfiniteProgressPanel progressPanel)
- 
 
- 
 
export
public boolean export(InfiniteProgressPanel progressPanel,
                      boolean batchProcess)
- 
 
- 
 
exportDO
public void exportDO(java.io.File exportFile,
                     DigitalObjects digObj,
                     InfiniteProgressPanel progressPanel)
- 
 
-