Searched refs:classPathFile (Results 1 – 1 of 1) sorted by relevance
199 File classPathFile = new File(classPathElement); in getClassPathEntries() local201 if (classPathFile.isFile() && classPathElement.endsWith(".jar")) { in getClassPathEntries()202 entryNames.addAll(getEntriesFromJar(classPathFile, filter)); in getClassPathEntries()203 } else if (classPathFile.isDirectory()) { in getClassPathEntries()204 entryNames.addAll(getEntriesFromDir(classPathFile, filter)); in getClassPathEntries()