All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class benno.linkcrawler.Crawler

java.lang.Object
   |
   +----benno.linkcrawler.Crawler

public class Crawler
extends Object

Constructor Index

 o Crawler()

Method Index

 o crawl(URL)
Crawler starts at url, recursing into pages and adding their details into crawldb.
 o main(String[])

Constructors

 o Crawler
 public Crawler()

Methods

 o main
 public static void main(String args[]) throws Exception
 o crawl
 public void crawl(URL url) throws IOException
Crawler starts at url, recursing into pages and adding their details into crawldb.


All Packages  Class Hierarchy  This Package  Previous  Next  Index