org.dlese.dpc.schemedit.ndr.mets
Class EnvelopeWriter
java.lang.Object
org.dlese.dpc.schemedit.ndr.mets.EnvelopeWriter
- Direct Known Subclasses:
- LibraryDcEnvelopeWriter
public abstract class EnvelopeWriter
- extends Object
- Author:
- ostwald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
addRecord
public void addRecord(String id,
URL contentUrl,
Document metadata,
String xmlFormat)
throws Exception
- Throws:
Exception
main
public static void main(String[] args)
throws Exception
- The main program for the EnvelopeWriter class
- Parameters:
args
- The command line arguments
- Throws:
Exception
- NOT YET DOCUMENTED