public class ValidationChecker extends Object
| Constructor and Description |
|---|
ValidationChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String excelFile1,
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) |
public void check(String excelFile1, String file2, BufferedWriter logger) throws IOException
IOExceptionpublic static void compareRows(Tuple firstTuple, Tuple secondTuple, List<String> listOfHeaders, LinkedHashMap<String,String> hashCheckedValues, BufferedWriter logger) throws IOException
IOExceptionpublic static void main(String[] args) throws FileNotFoundException
args - FileNotFoundExceptionCopyright © 2013. All Rights Reserved.