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

Packages that use HistoryReader
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. 
 

Uses of HistoryReader in org.opensolaris.opengrok.history
 

Subclasses of HistoryReader in org.opensolaris.opengrok.history
 class DirectoryHistoryReader
          Generate SCM history for directory by using the Index database.
 

Methods in org.opensolaris.opengrok.history that return HistoryReader
 HistoryReader HistoryGuru.getHistoryReader(java.io.File file)
          Get the appropriate history reader for the file specified by parent and basename.