org.dlese.dpc.schemedit.ndr.util.integration
Class MappingsManager
java.lang.Object
org.dlese.dpc.schemedit.ndr.util.integration.MappingsManager
public class MappingsManager
- extends Object
- Author:
- Jonathan Ostwald
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MappingsManager
public MappingsManager()
throws Exception
- Throws:
Exception
MappingsManager
public MappingsManager(String dataPath)
throws Exception
- Throws:
Exception
reset
public void reset()
throws Exception
- Throws:
Exception
getNdrServer
public String getNdrServer()
getTimeStamp
public String getTimeStamp()
getMappings
public List getMappings()
getMappingInfo
public MappingInfo getMappingInfo(String id)
getMismatches
public List getMismatches()
getErrors
public List getErrors()
getIdMap
public Map getIdMap()
getAggMap
public Map getAggMap()
getDataFile
public String getDataFile()
main
public static void main(String[] args)
throws Exception
- Throws:
Exception
update
public void update(String id)
update
public void update(MappingInfo info)
remove
public void remove(MappingInfo existing)
add
public void add(MappingInfo info)
getElementText
public static String getElementText(Element e,
String tag)
addChild
public static Element addChild(Element parent,
String tag,
String text)