org.erowid.sperowider.simple
Class SimpleSpider
java.lang.Object
   org.erowid.sperowider.simple.SimpleSpider
org.erowid.sperowider.simple.SimpleSpider
- public class SimpleSpider- extends Object
Spiders a site, based on a given SimpleSpiderModel.
- Version:
- $Id: SimpleSpider.java,v 1.5 2005/01/17 10:17:18 gurustu Exp $
- Author:
- sstatman@real.com
 
| Method Summary | 
|  void | spider()Starts the spidering.
 | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SimpleSpider
public SimpleSpider(ISimpleSpiderModel model,
                    ISimpleSpiderFilter urlFilter,
                    File indexLocation)
- Creates a new spider based on a given model.
 
spider
public void spider()
- Starts the spidering.
 
-