public class Validator extends Object
| Constructor and Description |
|---|
Validator() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String excelFile1,
String file2,
BufferedWriter logger) |
static void |
compareRows(String fileName1,
String fileName2,
Entity firstEntity,
Entity secondEntity,
List<String> listOfHeaders,
BufferedWriter logger) |
static void |
main(String[] args) |
public void check(String excelFile1, String file2, BufferedWriter logger) throws IOException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
IOExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionpublic static void compareRows(String fileName1, String fileName2, Entity firstEntity, Entity secondEntity, List<String> listOfHeaders, BufferedWriter logger) throws IOException
IOExceptionpublic static void main(String[] args) throws FileNotFoundException, org.apache.poi.openxml4j.exceptions.InvalidFormatException
args - FileNotFoundExceptionorg.apache.poi.openxml4j.exceptions.InvalidFormatExceptionCopyright © 2015. All Rights Reserved.