org.weborganic.bastille.flint
Class CreateIndex

java.lang.Object
  extended by org.weborganic.bastille.flint.CreateIndex
All Implemented Interfaces:
ContentGenerator

public final class CreateIndex
extends Object
implements ContentGenerator

Creates the directory for an index in the index folder specified by the Flint config.

Since:
0.8.9

Constructor Summary
CreateIndex()
           
 
Method Summary
 void process(ContentRequest req, XMLWriter xml)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateIndex

public CreateIndex()
Method Detail

process

public void process(ContentRequest req,
                    XMLWriter xml)
             throws BerliozException,
                    IOException
Specified by:
process in interface ContentGenerator
Throws:
BerliozException
IOException