public class CSVFileScanner extends Object
| Constructor and Description |
|---|
CSVFileScanner() |
| Modifier and Type | Method and Description |
|---|---|
protected static CSVScanResult |
scanCsvForValues(File file,
List<String> values)
Scans a csv file to calculate success/failure counts.
|
protected static CSVScanResult scanCsvForValues(File file, List<String> values) throws org.apache.maven.plugin.MojoExecutionException
file - The file to parsevalues - Failure messages to search fororg.apache.maven.plugin.MojoExecutionException - When an error occurs while reading the fileCopyright © 2021. All rights reserved.