All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class websphinx.workbench.ContentPredicate

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

public class ContentPredicate
extends Object
implements LinkPredicate, PagePredicate

Constructor Index

 o ContentPredicate(Pattern, boolean)

Method Index

 o connected(Crawler)
 o disconnected(Crawler)
 o equals(Object)
 o getOverHTML()
 o getPattern()
 o shouldActOn(Page)
 o shouldVisit(Link)

Constructors

 o ContentPredicate
 public ContentPredicate(Pattern pattern,
                         boolean overHTML)

Methods

 o equals
 public boolean equals(Object object)
Overrides:
equals in class Object
 o getPattern
 public Pattern getPattern()
 o getOverHTML
 public boolean getOverHTML()
 o connected
 public void connected(Crawler crawler)
 o disconnected
 public void disconnected(Crawler crawler)
 o shouldVisit
 public boolean shouldVisit(Link link)
 o shouldActOn
 public boolean shouldActOn(Page page)

All Packages  Class Hierarchy  This Package  Previous  Next  Index