org.apache.lenya.lucene.index
Class IndexInformation.CreateHandler

java.lang.Object
  extended by org.apache.lenya.lucene.index.AbstractIndexIteratorHandler
      extended by org.apache.lenya.lucene.index.IndexInformation.CreateHandler
All Implemented Interfaces:
IndexIteratorHandler
Enclosing class:
IndexInformation

public class IndexInformation.CreateHandler
extends AbstractIndexIteratorHandler

DOCUMENT ME!


Constructor Summary
IndexInformation.CreateHandler()
           
 
Method Summary
 void handleFile(org.apache.lucene.index.IndexReader reader, java.io.File file)
          Handles a file.
 
Methods inherited from class org.apache.lenya.lucene.index.AbstractIndexIteratorHandler
handleNewDocument, handleStaleDocument, handleUnmodifiedDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexInformation.CreateHandler

public IndexInformation.CreateHandler()
Method Detail

handleFile

public void handleFile(org.apache.lucene.index.IndexReader reader,
                       java.io.File file)
Handles a file.

Specified by:
handleFile in interface IndexIteratorHandler
Overrides:
handleFile in class AbstractIndexIteratorHandler


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.