|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HistoryException | |
---|---|
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 |
Uses of HistoryException in org.opensolaris.opengrok.history |
---|
Methods in org.opensolaris.opengrok.history that throw HistoryException | |
---|---|
void |
HistoryGuru.ensureHistoryCacheExists(java.io.File file)
Ensure that we have a directory in the cache. |
HistoryReader |
HistoryGuru.getHistoryReader(java.io.File file)
Get the appropriate history reader for the file specified by parent and basename. |
Uses of HistoryException in org.opensolaris.opengrok.index |
---|
Methods in org.opensolaris.opengrok.index that throw HistoryException | |
---|---|
void |
IndexDatabase.update()
Update the content of this index database |
Uses of HistoryException in org.opensolaris.opengrok.search |
---|
Methods in org.opensolaris.opengrok.search that throw HistoryException | |
---|---|
static void |
Results.prettyPrintHTML(org.apache.lucene.search.Hits 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)
|
Uses of HistoryException in org.opensolaris.opengrok.search.context |
---|
Methods in org.opensolaris.opengrok.search.context that throw HistoryException | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |