Searched refs:toFile (Results 1 – 4 of 4) sorted by relevance
35 Files.toFile(ipr, new File(IDEA_IPR)); in generateFrom()89 Files.toFile(iml, new File(IDEA_IML)); in generateFrom()
43 static void toFile(String contents, File file) throws IOException { in toFile() method in Files
109 Files.toFile(classpath.toString(), new File(".classpath")); in generateFrom()
180 File toFile = new File(toDir, file.getName()); in copyTemplates() local182 toFile.getCanonicalPath()); in copyTemplates()183 Files.copy(file, toFile); in copyTemplates()