org.opensolaris.opengrok.history
Class RazorDirectoryHistoryParser

java.lang.Object
  extended by org.opensolaris.opengrok.history.DirectoryHistoryParser
      extended by org.opensolaris.opengrok.history.RazorDirectoryHistoryParser

public class RazorDirectoryHistoryParser
extends DirectoryHistoryParser

A Directory History Parser for Razor


Constructor Summary
RazorDirectoryHistoryParser()
           
 
Method Summary
 History parse(java.io.File file, Repository repos)
          Parse the history log for the given file.
 
Methods inherited from class org.opensolaris.opengrok.history.DirectoryHistoryParser
annotate, isCacheable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RazorDirectoryHistoryParser

public RazorDirectoryHistoryParser()
Method Detail

parse

public History parse(java.io.File file,
                     Repository repos)
              throws HistoryException
Parse the history log for the given file.

Overrides:
parse in class DirectoryHistoryParser
Parameters:
file - the file
repos - the external repository to fetch the history from (could be null if no external repository is used)
Returns:
the history of the file
Throws:
HistoryException