org.apache.lucene.index
Class IndexFileNameFilter

java.lang.Object
  extended by org.apache.lucene.index.IndexFileNameFilter
All Implemented Interfaces:
java.io.FilenameFilter

public class IndexFileNameFilter
extends java.lang.Object
implements java.io.FilenameFilter

Filename filter that accept filenames and extensions only created by Lucene.

Version:
$rcs = ' $Id: Exp $ ' ;
Author:
Daniel Naber / Bernhard Messer

Constructor Summary
IndexFileNameFilter()
           
 
Method Summary
 boolean accept(java.io.File dir, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexFileNameFilter

public IndexFileNameFilter()
Method Detail

accept

public boolean accept(java.io.File dir,
                      java.lang.String name)
Specified by:
accept in interface java.io.FilenameFilter


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.