org.polliwog.collectors
Interface HitCollector

All Known Implementing Classes:
BasicHitCollector

public interface HitCollector


Field Summary
static java.lang.String FILTERED
           
static java.lang.String NON_PAGE
           
static java.lang.String PAGE
           
 
Method Summary
 boolean accept(Hit h)
           
 java.lang.String getName()
           
 void init(org.jdom.Element root, VisitorEnvironment ve)
           
 

Field Detail

FILTERED

static final java.lang.String FILTERED
See Also:
Constant Field Values

NON_PAGE

static final java.lang.String NON_PAGE
See Also:
Constant Field Values

PAGE

static final java.lang.String PAGE
See Also:
Constant Field Values
Method Detail

getName

java.lang.String getName()

init

void init(org.jdom.Element root,
          VisitorEnvironment ve)
          throws org.jdom.JDOMException,
                 WeblogException
Throws:
org.jdom.JDOMException
WeblogException

accept

boolean accept(Hit h)
               throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.