Searched refs:imlFile (Results 1 – 1 of 1) sorted by relevance
70 private File imlFile; field in Module266 imlFile = new File(moduleDir, getName() + ".iml"); in buildImlFile()267 logger.info("Creating " + imlFile.getCanonicalPath()); in buildImlFile()268 Files.write(imlTemplate, imlFile, IntellijProject.CHARSET); in buildImlFile()320 return imlFile; in getImlFile()386 .add("iml files", allDependentImlFiles).add("imlFile", imlFile) in toString()