tribble.search.disk
Class FFilter

java.lang.Object
  extended bytribble.search.disk.FFilter
All Implemented Interfaces:
DocumentFilterI

public class FFilter
extends java.lang.Object
implements DocumentFilterI

File entry filter.

Since:
2001-05-14
Version:
$Revision: 1.3 $ $Date: 2001/06/18 03:03:40 $
Author:
David R. Tribble (david@tribble.com).
Copyright ©2001 by David R. Tribble, all rights reserved.
See Also:
FDirectory, FFile

Field Summary
static int SERIES
          Series number.
 
Constructor Summary
FFilter()
          Default constructor.
 
Method Summary
 boolean accept(DocumentI ent)
          Accept or reject a directory file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERIES

public static final int SERIES
Series number.

See Also:
Constant Field Values
Constructor Detail

FFilter

public FFilter()
Default constructor.

Since:
1.1, 2001-05-17
Method Detail

accept

public boolean accept(DocumentI ent)
Accept or reject a directory file.

Specified by:
accept in interface DocumentFilterI
Parameters:
ent - A directory file.
Returns:
True if directory file ent is to be accepted, otherwise false if it is to be rejected.
Since:
1.2, 2001-06-15
See Also:
DocumentSearcherI.find(tribble.search.DocumentFilterI)