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