Lines Matching full:getname
50 private static final Logger logger = Logger.getLogger(Module.class.getName());
99 File.separatorChar + getName() + "_intermediates" + File.separator + "src";
144 public String getName() {
145 return moduleRoot.getName();
262 .append(module.getName()).append("\" />\n");
266 imlFile = new File(moduleDir, getName() + ".iml");
296 //logger.info("Adding iml " + child.getName() + " " + child.getImlFile());
312 //logger.info("Adding iml " + child.getName() + " " + child.getImlFile());
366 return Objects.hashCode(getName());
378 return Objects.equal(getName(), other.getName());
384 .add("name", getName())