File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 5
5
public class Main {
6
6
public static void main (String [] args ) throws IOException {
7
7
Map <String , String > API2Index ;
8
- File api2index = new File ("" );
9
- File dotFile = new File ("" );
10
- File allPathFile = new File ("" );
11
- File countPathFile = new File ("" );
8
+ File api2index = new File ("/home/x/mydisk/RecRank/apiNew.txt" );
9
+ File dotFile = new File ("/home/x/mydisk/Gralan/wjwase/datafile2" );
10
+ File allPathFile = new File ("/home/x/mydisk/RecRank/allPathFile.txt" );
11
+ File countPathFile = new File ("/home/x/mydisk/RecRank/countPathFile.txt" );
12
+ System .out .println ("Read API2Index..." );
12
13
API2Index = ReadAPI2Index .getAPI2IndexMap (api2index );
14
+ System .out .println ("Finish Read API2Index" );
15
+ System .out .println ("Write Path..." );
13
16
WritePathResult .ergodicDir (dotFile , allPathFile , API2Index );
17
+ System .out .println ("Finish Write Path" );
18
+ System .out .println ("Read And Count PathResult..." );
14
19
ReadAndCountPathResult .readAndCount (allPathFile , countPathFile );
20
+ System .out .println ("Finish Read And Count PathResult" );
15
21
}
16
22
}
You can’t perform that action at this time.
0 commit comments