DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.mets
Class EnvelopeWriter

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.mets.EnvelopeWriter
Direct Known Subclasses:
LibraryDcEnvelopeWriter

public abstract class EnvelopeWriter
extends Object

Author:
ostwald

Method Summary
 void addRecord(String id, URL contentUrl, Document metadata, String xmlFormat)
           
static void main(String[] args)
          The main program for the EnvelopeWriter class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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

DLESE Tools
v1.6.0