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.search   
org.opensolaris.opengrok.search.context   
 

Uses of HistoryException in org.opensolaris.opengrok.history
 

Methods in org.opensolaris.opengrok.history that throw HistoryException
 HistoryReader HistoryGuru.getHistoryReader(java.io.File file)
          Get the appropriate history reader for the file specified by parent and basename.
 History DirectoryHistoryParser.parse(java.io.File file, Repository repos)
           
 History PerforceHistoryParser.parse(java.io.File file, Repository repos)
          Parse the history for the specified file.
 History RazorDirectoryHistoryParser.parse(java.io.File file, Repository repos)
           
 History RazorHistoryParser.parse(java.io.File file, Repository repos)
           
 

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)