org.eodisp.hla.crc.omt.util
Class SomMerger

java.lang.Object
  extended by org.eodisp.hla.crc.omt.util.SomMerger

public class SomMerger
extends java.lang.Object

Version:
$Id:$
Author:
ibirrer

Constructor Summary
SomMerger()
           
 
Method Summary
 java.util.List<java.lang.String> getErrors()
           
 DocumentRoot getFom()
           
static void main(java.lang.String[] args)
           
 void merge(DocumentRoot som)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SomMerger

public SomMerger()
Method Detail

getErrors

public java.util.List<java.lang.String> getErrors()

merge

public void merge(DocumentRoot som)

getFom

public DocumentRoot getFom()

main

public static void main(java.lang.String[] args)