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
-
ExtractAction(Pattern, boolean, String, boolean)
-
-
cleared(CrawlEvent)
- Notify that the crawler's state was cleared.
-
connected(Crawler)
-
-
disconnected(Crawler)
-
-
equals(Object)
-
-
getFilename()
-
-
getPattern()
-
-
getTextOnly()
-
-
getUseBrowser()
-
-
paused(CrawlEvent)
- Notify that the crawler is paused.
-
started(CrawlEvent)
- Notify that the crawler started.
-
stopped(CrawlEvent)
- Notify that the crawler ran out of links to crawl
-
timedOut(CrawlEvent)
- Notify that the crawler timed out.
-
visit(Page)
-
ExtractAction
public ExtractAction(Pattern pattern,
boolean useBrowser,
String filename,
boolean textOnly)
equals
public boolean equals(Object object)
- Overrides:
- equals in class Object
getPattern
public Pattern getPattern()
getUseBrowser
public boolean getUseBrowser()
getFilename
public String getFilename()
getTextOnly
public boolean getTextOnly()
connected
public void connected(Crawler crawler)
disconnected
public void disconnected(Crawler crawler)
visit
public synchronized void visit(Page page)
started
public synchronized void started(CrawlEvent event)
- Notify that the crawler started.
stopped
public synchronized void stopped(CrawlEvent event)
- Notify that the crawler ran out of links to crawl
cleared
public synchronized void cleared(CrawlEvent event)
- Notify that the crawler's state was cleared.
timedOut
public synchronized void timedOut(CrawlEvent event)
- Notify that the crawler timed out.
paused
public synchronized void paused(CrawlEvent event)
- Notify that the crawler is paused.
All Packages Class Hierarchy This Package Previous Next Index