org.polliwog.filters
Interface HitFilter

All Known Implementing Classes:
BasicHitFilter

public interface HitFilter


Method Summary
 boolean accept(Hit h)
           
 void init(VisitorEnvironment ve)
           
 

Method Detail

init

void init(VisitorEnvironment ve)
          throws java.lang.Exception
Throws:
java.lang.Exception

accept

boolean accept(Hit h)
               throws WeblogException
Throws:
WeblogException


  Copyright © 2007 Gary Bentley. All Rights Reserved.