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

Constructor Index

 o ConcatAction(String, boolean)
 o ConcatAction(String, boolean, String, String, String, String, String)

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 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 ConcatAction
 public ConcatAction(String filename,
                     boolean useBrowser)
 o ConcatAction
 public ConcatAction(String filename,
                     boolean useBrowser,
                     String prolog,
                     String header,
                     String footer,
                     String divider,
                     String epilog)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Object
 o getFilename
 public String getFilename()
 o getUseBrowser
 public boolean getUseBrowser()
 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 void started(CrawlEvent event)
Notify that the crawler started.

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

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

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

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index