Searched defs:moduleDir (Results 1 – 3 of 3) sorted by relevance
54 public Module getAndCacheByDir(File moduleDir) throws IOException { in getAndCacheByDir()89 private void putModule(File moduleDir, Module module) throws IOException { in putModule()93 private Module getModule(File moduleDir) throws IOException { in getModule()
42 public FrameworkModule(File moduleDir) throws IOException { in FrameworkModule()
91 public Module(File moduleDir) throws IOException { in Module()95 public Module(File moduleDir, boolean parseMakeFileForSource) throws IOException { in Module()229 String moduleDir = getDir().getCanonicalPath(); in buildImlFile() local