Class MetsIngester

java.lang.Object
org.dlese.dpc.standards.asn.NameSpaceXMLDocReader
org.dlese.dpc.schemedit.ndr.mets.MetsIngester
Direct Known Subclasses:
LibraryDCMetsIngester

public abstract class MetsIngester extends NameSpaceXMLDocReader
Unpack a METS envelop and place the contents (metadata + content) into the NDR.

For now, assume the collection (mdp and agg) objects already exist in the NDR and are provided to this class.

Author:
ostwald
  • Method Details

    • main

      public static void main(String[] args) throws Exception
      The main program for the MetsIngester class
      Parameters:
      args - The command line arguments
      Throws:
      Exception - NOT YET DOCUMENTED