public List getCrawls()

in src/main/java/org/apache/nutch/webui/service/impl/CrawlServiceImpl.java [84:90]


  public List<Crawl> getCrawls() {
    try {
      return crawlDao.queryForAll();
    } catch (SQLException e) {
      throw new RuntimeException(e);
    }
  }