org.opensolaris.opengrok.history
Class RazorHistoryParser

java.lang.Object
  extended by org.opensolaris.opengrok.history.RazorHistoryParser

public class RazorHistoryParser
extends java.lang.Object

A History Parser for Razor


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

Constructor Detail

RazorHistoryParser

public RazorHistoryParser()
Method Detail

parse

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

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