org.apache.lenya.lucene.index
Class AbstractDocumentCreator

java.lang.Object
  extended by org.apache.lenya.lucene.index.AbstractDocumentCreator
All Implemented Interfaces:
DocumentCreator
Direct Known Subclasses:
ConfigurableDocumentCreator, DefaultDocumentCreator

public class AbstractDocumentCreator
extends java.lang.Object
implements DocumentCreator


Constructor Summary
AbstractDocumentCreator()
          Creates a new instance of AbstractDocumentCreator
 
Method Summary
 org.apache.lucene.document.Document getDocument(java.io.File file, java.io.File htdocsDumpDir)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDocumentCreator

public AbstractDocumentCreator()
Creates a new instance of AbstractDocumentCreator

Method Detail

getDocument

public org.apache.lucene.document.Document getDocument(java.io.File file,
                                                       java.io.File htdocsDumpDir)
                                                throws java.lang.Exception
DOCUMENT ME!

Specified by:
getDocument in interface DocumentCreator
Parameters:
file - DOCUMENT ME!
htdocsDumpDir - DOCUMENT ME!
Returns:
DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!


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