Class CollectionXSLReader
java.lang.Object
org.dlese.dpc.schemedit.ndr.util.integration.CollectionXSLReader
Reads spreadsheet data (xml file created from spreadsheet) with data
supplied by NSDL but augmented from NCS Collect records, with the purpose of
determining overlaps and gaps between the collection management info in both
models.
- Author:
- Jonathan Ostwald
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the CollectionXSLReader objectCollectionXSLReader(String xslPath) Constructor for the CollectionXSLReader object taking a path to a tab-delimited* datafile. -
Method Summary
Modifier and TypeMethodDescriptionstatic CollectionXSLRecordgetCollectionRecord(String field, String value) Gets the collectionRecord attribute of the CollectionXSLReader classstatic ListGets the ncsCollectionRecords attribute of the CollectionXSLReader classstatic ListgetNonNcsCollectionRecords(String dataFile) Gets the nonNcsCollectionRecords attribute of the CollectionXSLReader classstatic voidNOT YET DOCUMENTEDtoString()NOT YET DOCUMENTED
-
Field Details
-
records
NOT YET DOCUMENTED -
baseDir
NOT YET DOCUMENTED -
data
NOT YET DOCUMENTED
-
-
Constructor Details
-
CollectionXSLReader
Constructor for the CollectionXSLReader object- Throws:
Exception- NOT YET DOCUMENTED
-
CollectionXSLReader
Constructor for the CollectionXSLReader object taking a path to a tab-delimited* datafile.records is a map of CollectionXSLRecords keyed by aggregator handle
- Parameters:
xslPath- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-
-
Method Details
-
getCollectionRecord
Gets the collectionRecord attribute of the CollectionXSLReader class- Parameters:
field- NOT YET DOCUMENTEDvalue- NOT YET DOCUMENTED- Returns:
- The collectionRecord value
- Throws:
Exception- NOT YET DOCUMENTED
-
getNcsCollectionRecords
Gets the ncsCollectionRecords attribute of the CollectionXSLReader class- Returns:
- The ncsCollectionRecords value
- Throws:
Exception- NOT YET DOCUMENTED
-
getNonNcsCollectionRecords
Gets the nonNcsCollectionRecords attribute of the CollectionXSLReader class- Parameters:
dataFile- NOT YET DOCUMENTED- Returns:
- The nonNcsCollectionRecords value
- Throws:
Exception- NOT YET DOCUMENTED
-
toString
NOT YET DOCUMENTED -
main
NOT YET DOCUMENTED- Parameters:
args- NOT YET DOCUMENTED- Throws:
Exception- NOT YET DOCUMENTED
-