Searched defs:moduleName (Results 1 – 5 of 5) sorted by relevance
80 private void append(String makeFile, String moduleName) { in append()92 public String getMakeFile(String moduleName) { in getMakeFile()98 public Set<String> getAggregatedModules(String moduleName) { in getAggregatedModules()105 public boolean isPartOfAggregatedModule(String moduleName) { in isPartOfAggregatedModule()117 public String getAggregateName(String moduleName) { in getAggregateName()
54 public Module getAndCache(String moduleName) throws IOException { in getAndCache()71 public void buildAndCacheAggregatedModule(String moduleName) throws IOException { in buildAndCacheAggregatedModule()92 public String getMakeFile(String moduleName) { in getMakeFile()101 public String getAggregateReplacementName(String moduleName) { in getAggregateReplacementName()
53 String moduleName; field in StandardModule64 public StandardModule(String moduleName, String makeFile) { in StandardModule()68 public StandardModule(String moduleName, String makeFile, boolean searchForSrc) { in StandardModule()72 public StandardModule(String moduleName, File makeFile, boolean searchForSrc) { in StandardModule()
40 String moduleName; field in IntellijProject42 public IntellijProject(String indexFile, String moduleName) { in IntellijProject()90 private void replaceWithAggregate(Set<String> deps, String moduleName) { in replaceWithAggregate()
28 public FrameworkModule(String moduleName, String makeFile) { in FrameworkModule()