Class NSDLCollectionReader

java.lang.Object
org.dlese.dpc.ndr.reader.NSDLCollectionReader

public class NSDLCollectionReader extends Object
Provides accesess to NSDL Collections in the NDR - exposing collection management information collected from each NDR Object that defines a collection, as well as the NDR Objects.

NOTE: also exposes ncs_collect

Author:
Jonathan Ostwald
  • Field Details

  • Constructor Details

    • NSDLCollectionReader

      public NSDLCollectionReader(String aggHandle) throws Exception
      Constructor for the NSDLCollectionReader object
      Parameters:
      aggHandle - NOT YET DOCUMENTED
      Throws:
      Exception - NOT YET DOCUMENTED
  • Method Details

    • getNcsCollect

      public org.dom4j.Element getNcsCollect()
      Gets the ncsCollect attribute of the NSDLCollectionReader object
      Returns:
      The ncsCollect value
    • getNsdlDc

      public org.dom4j.Element getNsdlDc()
      Gets the nsdlDc attribute of the NSDLCollectionReader object
      Returns:
      The nsdlDc value
    • getNsdlDcReader

      public NsdlDcReader getNsdlDcReader()
      Gets the nsdlDcReader attribute of the NSDLCollectionReader object
      Returns:
      The nsdlDcReader value
    • getTitle

      public String getTitle()
      Gets the title attribute of the NSDLCollectionReader object
      Returns:
      The title value
    • getNsdlDcInfo

      public org.dom4j.Element getNsdlDcInfo()
      Gets the nsdlDcInfo attribute of the NSDLCollectionReader object
      Returns:
      The nsdlDcInfo value
    • getHarvestInfo

      public HarvestInfoReader getHarvestInfo()
      Gets the harvestInfo attribute of the NSDLCollectionReader object
      Returns:
      The harvestInfo value
    • getResourceUrl

      public String getResourceUrl()
      Gets the resourceUrl attribute of the NSDLCollectionReader object
      Returns:
      The resourceUrl value
    • report

      public void report()
      NOT YET DOCUMENTED
    • main

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