com.sleepycat.je.log
Class JEFileFilter

java.lang.Object
  extended by com.sleepycat.je.log.JEFileFilter
All Implemented Interfaces:
FilenameFilter

 class JEFileFilter
extends Object
implements FilenameFilter

JEFileFilters are used for listing je files.


Field Summary
(package private)  String[] suffix
           
 
Constructor Summary
JEFileFilter(String[] suffix)
           
 
Method Summary
 boolean accept(File dir, String name)
          A JE file has to be of the format nnnnnnnn.suffix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffix

String[] suffix
Constructor Detail

JEFileFilter

JEFileFilter(String[] suffix)
Method Detail

accept

public boolean accept(File dir,
                      String name)
A JE file has to be of the format nnnnnnnn.suffix.

Specified by:
accept in interface FilenameFilter


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.