Package | Description |
---|---|
org.opensolaris.opengrok.history |
From the OpenGrok internals:
To get the version control history Analyzer Guru, calls his
old friend the good old History Guru.
|
org.opensolaris.opengrok.index | |
org.opensolaris.opengrok.search | |
org.opensolaris.opengrok.search.context |
Modifier and Type | Method and Description |
---|---|
void |
HistoryGuru.ensureHistoryCacheExists(java.io.File file)
Ensure that we have a directory in the cache.
|
java.lang.String |
HistoryGuru.getCacheInfo()
Get a string with information about the history cache.
|
History |
HistoryGuru.getHistory(java.io.File file)
Get the history for the specified file.
|
History |
HistoryGuru.getHistory(java.io.File file,
boolean withFiles)
Get the history for the specified file.
|
HistoryReader |
HistoryGuru.getHistoryReader(java.io.File file)
Get the appropriate history reader for the file specified by parent and basename.
|
Modifier and Type | Method and Description |
---|---|
void |
IndexDatabase.update()
Update the content of this index database
|
Modifier and Type | Method and Description |
---|---|
static void |
Results.prettyPrintHTML(org.apache.lucene.search.Searcher searcher,
org.apache.lucene.search.ScoreDoc[] hits,
int start,
int end,
java.io.Writer out,
Context sourceContext,
HistoryContext historyContext,
Summarizer summer,
java.lang.String urlPrefix,
java.lang.String morePrefix,
java.lang.String srcRoot,
java.lang.String dataRoot,
EftarFileReader desc) |
Modifier and Type | Method and Description |
---|---|
boolean |
HistoryContext.getContext(java.lang.String filename,
java.lang.String path,
java.util.List<Hit> hits) |
boolean |
HistoryContext.getContext(java.lang.String parent,
java.lang.String basename,
java.lang.String path,
java.io.Writer out) |