|
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.schemedit.ndr.util.integration.CollectionXSLReader
public class 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.
Field Summary | |
---|---|
static String |
baseDir
NOT YET DOCUMENTED |
static String |
data
NOT YET DOCUMENTED |
Map |
records
NOT YET DOCUMENTED |
Constructor Summary | |
---|---|
CollectionXSLReader()
Constructor for the CollectionXSLReader object |
|
CollectionXSLReader(String xslPath)
Constructor for the CollectionXSLReader object taking a path to a tab-delimited* datafile. |
Method Summary | |
---|---|
static CollectionXSLRecord |
getCollectionRecord(String field,
String value)
Gets the collectionRecord attribute of the CollectionXSLReader class |
static List |
getNcsCollectionRecords()
Gets the ncsCollectionRecords attribute of the CollectionXSLReader class |
static List |
getNonNcsCollectionRecords(String dataFile)
Gets the nonNcsCollectionRecords attribute of the CollectionXSLReader class |
static void |
main(String[] args)
NOT YET DOCUMENTED |
String |
toString()
NOT YET DOCUMENTED |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Map records
public static String baseDir
public static String data
Constructor Detail |
---|
public CollectionXSLReader() throws Exception
Exception
- NOT YET DOCUMENTEDpublic CollectionXSLReader(String xslPath) throws Exception
records is a map of CollectionXSLRecords keyed by aggregator handle
xslPath
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDMethod Detail |
---|
public static CollectionXSLRecord getCollectionRecord(String field, String value) throws Exception
field
- NOT YET DOCUMENTEDvalue
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDpublic static List getNcsCollectionRecords() throws Exception
Exception
- NOT YET DOCUMENTEDpublic static List getNonNcsCollectionRecords(String dataFile) throws Exception
dataFile
- NOT YET DOCUMENTED
Exception
- NOT YET DOCUMENTEDpublic String toString()
toString
in class Object
public static void main(String[] args) throws Exception
args
- NOT YET DOCUMENTED
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 |