org.activemath.omdocjdom.index.infomap
Class InfomapCatcher

java.lang.Object
  extended by org.activemath.omdocjdom.index.infomap.InfomapCatcher

public class InfomapCatcher
extends Object


Method Summary
 void addDocument(org.apache.lucene.document.Document document)
           
 boolean cleanDirectory(File dir)
           
 void closeCorpus()
           
 boolean createDirectory(String path)
           
static InfomapCatcher getInstance()
           
 boolean properRightsAndStatusOfDirectory(File testDir)
           
 void readTokenStream(org.apache.lucene.analysis.TokenStream ts)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static InfomapCatcher getInstance()

closeCorpus

public void closeCorpus()

cleanDirectory

public boolean cleanDirectory(File dir)

createDirectory

public boolean createDirectory(String path)

properRightsAndStatusOfDirectory

public boolean properRightsAndStatusOfDirectory(File testDir)

readTokenStream

public void readTokenStream(org.apache.lucene.analysis.TokenStream ts)

addDocument

public void addDocument(org.apache.lucene.document.Document document)