com.sleepycat.je.log
Class JEFileFilter
java.lang.Object
com.sleepycat.je.log.JEFileFilter
- All Implemented Interfaces:
- FilenameFilter
class JEFileFilter
- extends Object
- implements FilenameFilter
JEFileFilters are used for listing je files.
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 |
suffix
String[] suffix
JEFileFilter
JEFileFilter(String[] suffix)
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.