All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.ExtractAction

java.lang.Object
   |
   +----websphinx.workbench.ExtractAction

public class ExtractAction
extends Object
implements Action, CrawlListener

Constructor Index

 o ExtractAction(Pattern, boolean, String, boolean)

Method Index

 o cleared(CrawlEvent)
Notify that the crawler's state was cleared.
 o connected(Crawler)
 o disconnected(Crawler)
 o equals(Object)
 o getFilename()
 o getPattern()
 o getTextOnly()
 o getUseBrowser()
 o paused(CrawlEvent)
Notify that the crawler is paused.
 o started(CrawlEvent)
Notify that the crawler started.
 o stopped(CrawlEvent)
Notify that the crawler ran out of links to crawl
 o timedOut(CrawlEvent)
Notify that the crawler timed out.
 o visit(Page)

Constructors

 o ExtractAction
 public ExtractAction(Pattern pattern,
                      boolean useBrowser,
                      String filename,
                      boolean textOnly)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Object
 o getPattern
 public Pattern getPattern()
 o getUseBrowser
 public boolean getUseBrowser()
 o getFilename
 public String getFilename()
 o getTextOnly
 public boolean getTextOnly()
 o connected
 public void connected(Crawler crawler)
 o disconnected
 public void disconnected(Crawler crawler)
 o visit
 public synchronized void visit(Page page)
 o started
 public synchronized void started(CrawlEvent event)
Notify that the crawler started.

 o stopped
 public synchronized void stopped(CrawlEvent event)
Notify that the crawler ran out of links to crawl

 o cleared
 public synchronized void cleared(CrawlEvent event)
Notify that the crawler's state was cleared.

 o timedOut
 public synchronized void timedOut(CrawlEvent event)
Notify that the crawler timed out.

 o paused
 public synchronized void paused(CrawlEvent event)
Notify that the crawler is paused.


All Packages  Class Hierarchy  This Package  Previous  Next  Index