Package org.dlese.dpc.ndr.reader
Class NSDLCollectionReader
java.lang.Object
org.dlese.dpc.ndr.reader.NSDLCollectionReader
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
FieldsModifier and TypeFieldDescriptionNOT YET DOCUMENTEDNOT YET DOCUMENTEDNOT YET DOCUMENTEDNOT YET DOCUMENTED -
Constructor Summary
ConstructorsConstructorDescriptionNSDLCollectionReader(String aggHandle) Constructor for the NSDLCollectionReader object -
Method Summary
Modifier and TypeMethodDescriptionGets the harvestInfo attribute of the NSDLCollectionReader objectorg.dom4j.ElementGets the ncsCollect attribute of the NSDLCollectionReader objectorg.dom4j.ElementGets the nsdlDc attribute of the NSDLCollectionReader objectorg.dom4j.ElementGets the nsdlDcInfo attribute of the NSDLCollectionReader objectGets the nsdlDcReader attribute of the NSDLCollectionReader objectGets the resourceUrl attribute of the NSDLCollectionReader objectgetTitle()Gets the title attribute of the NSDLCollectionReader objectstatic voidThe main program for the NSDLCollectionReader classvoidreport()NOT YET DOCUMENTED
-
Field Details
-
aggregator
NOT YET DOCUMENTED -
mdp
NOT YET DOCUMENTED -
metadata
NOT YET DOCUMENTED -
resource
NOT YET DOCUMENTED
-
-
Constructor Details
-
NSDLCollectionReader
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
Gets the nsdlDcReader attribute of the NSDLCollectionReader object- Returns:
- The nsdlDcReader value
-
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
Gets the harvestInfo attribute of the NSDLCollectionReader object- Returns:
- The harvestInfo value
-
getResourceUrl
Gets the resourceUrl attribute of the NSDLCollectionReader object- Returns:
- The resourceUrl value
-
report
public void report()NOT YET DOCUMENTED -
main
The main program for the NSDLCollectionReader class- Parameters:
args- The command line arguments- Throws:
Exception- NOT YET DOCUMENTED
-