org.archiviststoolkit.exporter
Class METSExport

java.lang.Object
  extended by org.archiviststoolkit.exporter.METSExport

public class METSExport
extends java.lang.Object


Constructor Summary
METSExport()
           
 
Method Summary
 void convertDBRecordToFile(DigitalObjects digitalObject, java.io.File outputFile, InfiniteProgressPanel progressPanel, boolean internalOnly, java.lang.String metadataType)
           
static Resources getResourceFromDigitalObject(DigitalObjects digitalObject)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

METSExport

public METSExport()
Method Detail

getResourceFromDigitalObject

public static Resources getResourceFromDigitalObject(DigitalObjects digitalObject)

convertDBRecordToFile

public void convertDBRecordToFile(DigitalObjects digitalObject,
                                  java.io.File outputFile,
                                  InfiniteProgressPanel progressPanel,
                                  boolean internalOnly,
                                  java.lang.String metadataType)
                           throws java.io.IOException,
                                  edu.harvard.hul.ois.mets.helper.MetsException
Throws:
java.io.IOException
edu.harvard.hul.ois.mets.helper.MetsException

main

public static void main(java.lang.String[] args)