DLESE Tools
v1.6.0

org.dlese.dpc.schemedit.ndr.util.integration
Class CollectionCmp

java.lang.Object
  extended by org.dlese.dpc.schemedit.ndr.util.integration.CollectionCmp

public class CollectionCmp
extends Object

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
static String dataFile
           
 List mismatches
           
static String outXmlFile
           
 
Constructor Summary
CollectionCmp()
          Constructor for the CollectionCmp object
 
Method Summary
static String getElementText(Element e, String tag)
           
static void main(String[] args)
          NOT YET DOCUMENTED
static void setup()
           
 String toString()
          NOT YET DOCUMENTED
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

dataFile

public static String dataFile

outXmlFile

public static String outXmlFile

mismatches

public List mismatches
Constructor Detail

CollectionCmp

public CollectionCmp()
              throws Exception
Constructor for the CollectionCmp object

Throws:
Exception - NOT YET DOCUMENTED
Method Detail

toString

public String toString()
NOT YET DOCUMENTED

Overrides:
toString in class Object
Returns:
NOT YET DOCUMENTED

setup

public static void setup()

main

public static void main(String[] args)
                 throws Exception
NOT YET DOCUMENTED

Parameters:
args - NOT YET DOCUMENTED
Throws:
Exception - NOT YET DOCUMENTED

getElementText

public static String getElementText(Element e,
                                    String tag)

DLESE Tools
v1.6.0