DLESE Tools
v1.6.0

org.dlese.dpc.ndr.reader
Class NSDLCollectionReader

java.lang.Object
  extended by 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 Summary
 AggregatorReader aggregator
          NOT YET DOCUMENTED
 MetadataProviderReader mdp
          NOT YET DOCUMENTED
 MetadataReader metadata
          NOT YET DOCUMENTED
 NdrObjectReader resource
          NOT YET DOCUMENTED
 
Constructor Summary
NSDLCollectionReader(String aggHandle)
          Constructor for the NSDLCollectionReader object
 
Method Summary
 HarvestInfoReader getHarvestInfo()
          Gets the harvestInfo attribute of the NSDLCollectionReader object
 Element getNcsCollect()
          Gets the ncsCollect attribute of the NSDLCollectionReader object
 Element getNsdlDc()
          Gets the nsdlDc attribute of the NSDLCollectionReader object
 Element getNsdlDcInfo()
          Gets the nsdlDcInfo attribute of the NSDLCollectionReader object
 NsdlDcReader getNsdlDcReader()
          Gets the nsdlDcReader attribute of the NSDLCollectionReader object
 String getResourceUrl()
          Gets the resourceUrl attribute of the NSDLCollectionReader object
 String getTitle()
          Gets the title attribute of the NSDLCollectionReader object
static void main(String[] args)
          The main program for the NSDLCollectionReader class
 void report()
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

aggregator

public AggregatorReader aggregator
NOT YET DOCUMENTED


mdp

public MetadataProviderReader mdp
NOT YET DOCUMENTED


metadata

public MetadataReader metadata
NOT YET DOCUMENTED


resource

public NdrObjectReader resource
NOT YET DOCUMENTED

Constructor Detail

NSDLCollectionReader

public NSDLCollectionReader(String aggHandle)
                     throws Exception
Constructor for the NSDLCollectionReader object

Parameters:
aggHandle - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED
Method Detail

getNcsCollect

public Element getNcsCollect()
Gets the ncsCollect attribute of the NSDLCollectionReader object

Returns:
The ncsCollect value

getNsdlDc

public 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 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

DLESE Tools
v1.6.0