|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.lucene.index.IndexFileNameFilter
public class IndexFileNameFilter
Filename filter that accept filenames and extensions only created by Lucene.
Method Summary | |
---|---|
boolean |
accept(java.io.File dir,
java.lang.String name)
|
static IndexFileNameFilter |
getFilter()
|
boolean |
isCFSFile(java.lang.String name)
Returns true if this is a file that would be contained in a CFS file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean accept(java.io.File dir, java.lang.String name)
accept
in interface java.io.FilenameFilter
public boolean isCFSFile(java.lang.String name)
public static IndexFileNameFilter getFilter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |