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

Packages that use History
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 History in org.opensolaris.opengrok.history
 

Methods in org.opensolaris.opengrok.history that return History
 History DirectoryHistoryReader.getHistory()
           
 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.
static History PerforceHistoryParser.getRevisions(java.io.File file, java.lang.String rev)
           
protected static History PerforceHistoryParser.parseChanges(java.io.Reader fileHistory)
          Parses the history in the given string.
protected static History PerforceHistoryParser.parseFileLog(java.io.Reader fileLog)
          Parse file log.