static void setSourcePath(List<String> srcList) { sourceMapper = new SourceMapper(srcList); sourceCache.clear(); }
static void setSourcePath(String srcPath) { sourceMapper = new SourceMapper(srcPath); sourceCache.clear(); }