com.atlassian.confluence.plugins.edgeindex.lucene
Class IndexWriterCallbackWithoutResult

java.lang.Object
  extended by com.atlassian.confluence.plugins.edgeindex.lucene.IndexWriterCallbackWithoutResult
All Implemented Interfaces:
IndexWriterCallback<Object>

public abstract class IndexWriterCallbackWithoutResult
extends Object
implements IndexWriterCallback<Object>


Constructor Summary
IndexWriterCallbackWithoutResult()
           
 
Method Summary
 Object withWriter(org.apache.lucene.index.IndexWriter writer)
           
abstract  void withWriterWithoutResult(org.apache.lucene.index.IndexWriter writer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndexWriterCallbackWithoutResult

public IndexWriterCallbackWithoutResult()
Method Detail

withWriter

public Object withWriter(org.apache.lucene.index.IndexWriter writer)
                  throws IOException
Specified by:
withWriter in interface IndexWriterCallback<Object>
Throws:
IOException

withWriterWithoutResult

public abstract void withWriterWithoutResult(org.apache.lucene.index.IndexWriter writer)
                                      throws IOException
Throws:
IOException


Copyright © 2003-2012 Atlassian. All Rights Reserved.