Home
last modified time | relevance | path

Searched refs:csvFileName (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java104 public Vector getToDoList(String csvFileName){ in getToDoList() argument
112 Vector content = getCSVFileContent(csvFileName); in getToDoList()
184 public Vector getCSVFileContent(String csvFileName) { in getCSVFileContent() argument
190 System.out.println("Looking for "+csvFileName); in getCSVFileContent()
193 URL url = getClassURL(csvFileName); in getCSVFileContent()