Searched refs:fileConstructor (Results 1 – 1 of 1) sorted by relevance
44 private static Constructor fileConstructor; field in UrlToFileMapper52 fileConstructor = File.class.getConstructor(68 } else if (fileConstructor == null) { in mapUrlToFile()98 return (File) fileConstructor.newInstance( in mapUrlToFile()
Completed in 328 milliseconds