public abstract class AbstractIndexCreator extends Object implements IndexCreator
IndexCreator implementations.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractIndexCreator(String id) |
protected |
AbstractIndexCreator(String id,
List<String> creatorDependencies) |
| Modifier and Type | Method and Description |
|---|---|
static String |
bos(boolean b) |
List<String> |
getCreatorDependencies()
Returns list of IndexCreator IDs that this creator depends on.
|
String |
getId()
Returns IndexCreator ID, that has to be unique across all existing creators.
|
protected org.slf4j.Logger |
getLogger() |
static boolean |
sob(String b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndexerFields, populateArtifactInfo, updateArtifactInfo, updateDocumentprotected AbstractIndexCreator(String id)
protected org.slf4j.Logger getLogger()
public String getId()
IndexCreatorgetId in interface IndexCreatorpublic List<String> getCreatorDependencies()
IndexCreatorgetCreatorDependencies in interface IndexCreatorpublic static String bos(boolean b)
public static boolean sob(String b)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.