phelps.net
public class Crawler extends Observable implements Runnable
Version: $Revision: 1.2 $ $Date: 2003/06/01 08:13:48 $
See Also: RobustHyperlink
Field Summary | |
---|---|
static int | ANY |
boolean | fTrace |
static int | PAGE |
static int | SITE |
static int | SUBTREE |
Constructor Summary | |
---|---|
Crawler(URL start) |
Method Summary | |
---|---|
int | getMaxDepth() |
int | getMaxThreads() |
int | getScope() |
static void | main(String[] argv) |
void | run() |
void | setMaxDepth(int maxDepth) |
void | setMaxThreads(int max) |
void | setScope(int scope) |