Searched refs:IntellijProject (Results 1 – 3 of 3) sorted by relevance
35 public class IntellijProject { class40 private static final Logger logger = Logger.getLogger(IntellijProject.class.getName());52 public IntellijProject(String indexFile, String projectPath, ArrayList<String> moduleDirs, in IntellijProject() method in IntellijProject215 IntellijProject intellij = new IntellijProject(indexFile, projectPath, moduleDirs, in main()
221 IntellijProject.CHARSET); in buildImlFile()268 Files.write(imlTemplate, imlFile, IntellijProject.CHARSET); in buildImlFile()
225 IntellijProject.class.getProtectionDomain().getCodeSource().getLocation() in findTemplateDir()