DLESE Tools
v1.6.0

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

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

public class MappingsManager
extends Object

Author:
Jonathan Ostwald

Constructor Summary
MappingsManager()
           
MappingsManager(String dataPath)
           
 
Method Summary
 void add(MappingInfo info)
           
static Element addChild(Element parent, String tag, String text)
           
 Map getAggMap()
           
 String getDataFile()
           
static String getElementText(Element e, String tag)
           
 List getErrors()
           
 Map getIdMap()
           
 MappingInfo getMappingInfo(String id)
           
 List getMappings()
           
 List getMismatches()
           
 String getNdrServer()
           
 String getTimeStamp()
           
static void main(String[] args)
           
 void remove(MappingInfo existing)
           
 void reset()
           
 void update(MappingInfo info)
           
 void update(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MappingsManager

public MappingsManager()
                throws Exception
Throws:
Exception

MappingsManager

public MappingsManager(String dataPath)
                throws Exception
Throws:
Exception
Method Detail

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)

DLESE Tools
v1.6.0