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

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

public abstract class IndexWriterCallbackWithoutResult
extends java.lang.Object
implements IndexWriterCallback<java.lang.Object>


Constructor Summary
IndexWriterCallbackWithoutResult()
           
 
Method Summary
 java.lang.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 java.lang.Object withWriter(org.apache.lucene.index.IndexWriter writer)
                            throws java.io.IOException
Specified by:
withWriter in interface IndexWriterCallback<java.lang.Object>
Throws:
java.io.IOException

withWriterWithoutResult

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


Copyright © 2003-2014 Atlassian. All Rights Reserved.