Пример #1
0
 public List<String> doList(String directory, String suffix) throws IOException {
   File file = new File(directory);
   return UrlUtils.listFile(file, suffix);
 }