|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dlese.dpc.ndr.reader.NSDLCollectionReader
public class 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
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 |
---|
public AggregatorReader aggregator
public MetadataProviderReader mdp
public MetadataReader metadata
public NdrObjectReader resource
Constructor Detail |
---|
public NSDLCollectionReader(String aggHandle) throws Exception
aggHandle
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public Element getNcsCollect()
public Element getNsdlDc()
public NsdlDcReader getNsdlDcReader()
public String getTitle()
public Element getNsdlDcInfo()
public HarvestInfoReader getHarvestInfo()
public String getResourceUrl()
public void report()
public static void main(String[] args) throws Exception
args
- The command line arguments
Exception
- NOT YET DOCUMENTED
|
DLESE Tools v1.6.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |