com.valhalla.jbother
Class LogFileFilter

java.lang.Object
  extended bycom.valhalla.jbother.LogFileFilter
All Implemented Interfaces:
java.io.FileFilter

class LogFileFilter
extends java.lang.Object
implements java.io.FileFilter

A filter to only accept html files

Version:
1.0
Author:
Adam Olsen

Constructor Summary
(package private) LogFileFilter()
           
 
Method Summary
 boolean accept(java.io.File f)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LogFileFilter

LogFileFilter()
Method Detail

accept

public boolean accept(java.io.File f)
Specified by:
accept in interface java.io.FileFilter