com.atlassian.confluence.search.lucene.tasks
Class NoOpIndexTask
java.lang.Object
com.atlassian.confluence.search.lucene.tasks.NoOpIndexTask
- All Implemented Interfaces:
- com.atlassian.bonnie.ILuceneConnection.WriterAction, IndexTask, ConfluenceIndexTask
public class NoOpIndexTask
- extends Object
- implements ConfluenceIndexTask
Represents a no operation index task.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static NoOpIndexTask getInstance()
perform
public void perform(org.apache.lucene.index.IndexWriter writer)
throws IOException
- Specified by:
perform
in interface com.atlassian.bonnie.ILuceneConnection.WriterAction
- Throws:
IOException
getDescription
public String getDescription()
- Description copied from interface:
IndexTask
- A description of the task that can be presented to the user via the UI.
- Specified by:
getDescription
in interface IndexTask
- Returns:
- an readable message.
Copyright © 2003-2013 Atlassian. All Rights Reserved.