org.archiviststoolkit.exporter
Class METSExportHandler

java.lang.Object
  extended by org.archiviststoolkit.exporter.METSExportHandler
All Implemented Interfaces:
java.lang.Runnable

public class METSExportHandler
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
METSExportHandler(ExportOptionsMETS exportOptions)
           
 
Method Summary
 void export(java.io.File exportFile, DigitalObjects digitalObject, InfiniteProgressPanel progressPanel)
           
 void run()
           
 boolean startExportThread(java.io.File exportFile, DigitalObjects digitalObject)
          Kick off the export thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

METSExportHandler

public METSExportHandler(ExportOptionsMETS exportOptions)
Method Detail

startExportThread

public boolean startExportThread(java.io.File exportFile,
                                 DigitalObjects digitalObject)
Kick off the export thread.

Parameters:
exportFile - the file to import
Returns:
if we succeeded or not

run

public void run()
Specified by:
run in interface java.lang.Runnable

export

public void export(java.io.File exportFile,
                   DigitalObjects digitalObject,
                   InfiniteProgressPanel progressPanel)