public abstract class AbstractIndexCreator extends org.codehaus.plexus.logging.AbstractLogEnabled 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.
|
static boolean |
sob(String b) |
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIndexerFields, populateArtifactInfo, updateArtifactInfo, updateDocumentprotected AbstractIndexCreator(String id)
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-2013 The Apache Software Foundation. All Rights Reserved.