MCPcopy Create free account
hub / github.com/crossoverJie/JCSprout / main

Method main

src/main/java/com/crossoverjie/actual/ReadFile.java:36–49  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

34 */
35 private static Set<SortString> contentSet ;
36 public static void main(String[] args) {
37 contentSet = new TreeSet<>() ;
38 countMap = new HashMap<>(30) ;
39 File file = new File(path) ;
40 try {
41 //查找
42 sortAndFindKeyWords(file);
43
44 LOGGER.info(contentSet.toString());
45
46 } catch (IOException e) {
47 LOGGER.error("IOException",e);
48 }
49 }
50
51 /**
52 * 查找关键字

Callers

nothing calls this directly

Calls 2

sortAndFindKeyWordsMethod · 0.95
toStringMethod · 0.45

Tested by

no test coverage detected