peterhn / cs121-crawler

web crawler for ics.uci.edu
0 stars 0 forks source link

Crawler.java #5

Closed pyamsoft closed 9 years ago

pyamsoft commented 9 years ago

Crawler.java contains one function, crawl, which as far as I can see is never called in the code.

What is the purpose of the Crawler class and why can it not be included in the IcsCrawler.java file?

pyamsoft commented 9 years ago

Will be calling the Crawler.crawl() function after the visit() has completed. Crawl will purely process the text files stored.