Searched refs:specialsDir (Results 1 – 2 of 2) sorted by relevance
14 private File specialsDir; field in RbnfMapper17 public RbnfMapper(File sourceDir, File specialsDir) { in RbnfMapper() argument19 this.specialsDir = specialsDir; in RbnfMapper()54 if (specialsDir == null) return null; in getSpecialsFile()55 File file = new File(specialsDir, filename + ".xml"); in getSpecialsFile()
170 File specialsDir = null; in processArgs() local174 specialsDir = new File(option.getValue()); in processArgs()249 mapper = new RbnfMapper(new File(sourceDir), specialsDir); in processArgs()