public File getRootDirFor(MavenModule child) { return new File(getModulesDir(), child.getModuleName().toFileSystemName()); }
/** * Called by {@link MavenModule#doDoDelete(StaplerRequest, StaplerResponse)}. Real deletion is * done by the caller, and this method only adjusts the data structure the parent maintains. */ /*package*/ void onModuleDeleted(MavenModule module) { modules.remove(module.getModuleName()); }