Home
last modified time | relevance | path

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

/aoo4110/main/jurt/com/sun/star/lib/util/
H A DUrlToFileMapper.java44 private static Constructor fileConstructor; field in UrlToFileMapper
52 fileConstructor = File.class.getConstructor(
68 } else if (fileConstructor == null) { in mapUrlToFile()
98 return (File) fileConstructor.newInstance( in mapUrlToFile()

Completed in 22 milliseconds