org.apache.lucene.index
Class IndexFileNameFilter
java.lang.Object
org.apache.lucene.index.IndexFileNameFilter
- All Implemented Interfaces:
- FilenameFilter
- public class IndexFileNameFilter
- extends Object
- implements FilenameFilter
Filename filter that accept filenames and extensions only created by Lucene.
- Version:
- $rcs = ' $Id: Exp $ ' ;
- Author:
- Daniel Naber / Bernhard Messer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IndexFileNameFilter
public IndexFileNameFilter()
accept
public boolean accept(File dir,
String name)
- Specified by:
accept
in interface FilenameFilter
Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.