Пример #1
0
 static void setSourcePath(List<String> srcList) {
   sourceMapper = new SourceMapper(srcList);
   sourceCache.clear();
 }
Пример #2
0
 static void setSourcePath(String srcPath) {
   sourceMapper = new SourceMapper(srcPath);
   sourceCache.clear();
 }