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


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)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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

main

public static void main(String[] args)
                 throws FileNotFoundException
Parameters:
args -
Throws:
FileNotFoundException


Copyright © 2013. All Rights Reserved.