public class CSVFinder extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
SUPPORTED_TABLES_1D
The file names of the tables supported by 1D table analysis
(not
MultiLevelProfiler tables). |
| Modifier and Type | Method and Description |
|---|---|
static File |
browseCSV()
Asks the user to use a file-browser to find a file.
|
static List<File> |
findTables1D()
Returns any file in the appropriate log file path that is supported
by the profile analyzer and thus able to be further analyzed.
|
static void |
validateCSV(File csvFile)
Ensures the csvFile is non-null and that the file exists.
|
public static String[] SUPPORTED_TABLES_1D
MultiLevelProfiler tables).findTables1D()public static File browseCSV()
public static List<File> findTables1D()
ProfileGraph2D specified log
file path that is supported by the profile analyzerProfileGraph2D.LOG_FILEPATH,
SUPPORTED_TABLES_1Dpublic static void validateCSV(File csvFile)
csvFile - file to check .CSV validness ofCopyright © 2015. All rights reserved.