MCPcopy Index your code
hub / github.com/Bit0r/java-util / main

Method main

src/main/java/util/AddTableField.java:247–260  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

245 }
246
247 public static void main(String[] args) throws IOException {
248
249 String fileName = "D:\\java\\po";
250// List<String> fileNames = readfile(fileName);
251 List<String> fileNames = readfile(fileName);
252 for(String data :fileNames ){
253 upEntityClass(data);
254 }
255 System.out.println("00===" + fileNames);
256
257
258
259
260 }
261}
262
263

Callers

nothing calls this directly

Calls 2

readfileMethod · 0.95
upEntityClassMethod · 0.95

Tested by

no test coverage detected