net.jot.logger
Interface JOTTailFilter

All Known Implementing Classes:
JOTLogFilter

public interface JOTTailFilter

This is to be use with a FileTailer.


Method Summary
 boolean acceptLine(java.lang.String str)
          Accept or not this line as one of the tail results.
 

Method Detail

acceptLine

boolean acceptLine(java.lang.String str)
Accept or not this line as one of the tail results.

Parameters:
str - Description of Parameter
Returns:
Description of the Returned Value