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 | |
org.opensolaris.opengrok.web |
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.
|
void |
HistoryGuru.removeCache(java.util.Collection<java.lang.String> repositories) |
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.prettyPrint(java.io.Writer out,
SearchHelper sh,
int start,
int end)
Prints out results in html form.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HistoryContext.getContext(java.io.File src,
java.lang.String path,
java.io.Writer out,
java.lang.String context)
Obtain the history for the source file src and write out
matching History log entries.
|
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,
java.lang.String context) |
Modifier and Type | Method and Description |
---|---|
static void |
Util.dumpConfiguration(java.lang.Appendable out)
Dump the configuration as an HTML table.
|