(String[] args)
| 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 |
nothing calls this directly
no test coverage detected