Uses of Class
org.opensolaris.opengrok.history.HistoryException

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.
 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.
 

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.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)
           
 

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)