All Packages Class Hierarchy This Package Previous Next Index
Class websphinx.workbench.ConcatAction
java.lang.Object
|
+----websphinx.workbench.ConcatAction
- public class ConcatAction
- extends Object
- implements Action, CrawlListener
-
ConcatAction(String, boolean)
-
-
ConcatAction(String, boolean, String, String, String, String, String)
-
-
cleared(CrawlEvent)
- Notify that the crawler's state was cleared.
-
connected(Crawler)
-
-
disconnected(Crawler)
-
-
equals(Object)
-
-
getFilename()
-
-
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)
-
ConcatAction
public ConcatAction(String filename,
boolean useBrowser)
ConcatAction
public ConcatAction(String filename,
boolean useBrowser,
String prolog,
String header,
String footer,
String divider,
String epilog)
equals
public boolean equals(Object object)
- Overrides:
- equals in class Object
getFilename
public String getFilename()
getUseBrowser
public boolean getUseBrowser()
connected
public void connected(Crawler crawler)
disconnected
public void disconnected(Crawler crawler)
visit
public synchronized void visit(Page page)
started
public void started(CrawlEvent event)
- Notify that the crawler started.
stopped
public void stopped(CrawlEvent event)
- Notify that the crawler ran out of links to crawl
cleared
public void cleared(CrawlEvent event)
- Notify that the crawler's state was cleared.
timedOut
public void timedOut(CrawlEvent event)
- Notify that the crawler timed out.
paused
public void paused(CrawlEvent event)
- Notify that the crawler is paused.
All Packages Class Hierarchy This Package Previous Next Index