org.molgenis.gids.tools.compare
Class ValidationChecker

java.lang.Object
  extended by org.molgenis.gids.tools.compare.ValidationChecker

public class ValidationChecker
extends Object

This script is created to compare 2 excelfiles. The files are given via the arguments


Field Summary
 BufferedWriter logger
           
 
Constructor Summary
ValidationChecker()
           
 
Method Summary
 void check(String file1, String file2, BufferedWriter logger)
           
static void compareRows(Tuple firstTuple, Tuple secondTuple, List<String> listOfHeaders, LinkedHashMap<String,String> hashCheckedValues, BufferedWriter logger)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public BufferedWriter logger
Constructor Detail

ValidationChecker

public ValidationChecker()
Method Detail

check

public void check(String file1,
                  String file2,
                  BufferedWriter logger)
           throws IOException
Throws:
IOException

compareRows

public static void compareRows(Tuple firstTuple,
                               Tuple secondTuple,
                               List<String> listOfHeaders,
                               LinkedHashMap<String,String> hashCheckedValues,
                               BufferedWriter logger)
                        throws IOException
Throws:
IOException


Copyright © 2013. All Rights Reserved.