org.opensolaris.opengrok.history
Class DirectoryHistoryReader

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

public class DirectoryHistoryReader
extends java.lang.Object

Generate SCM history for directory by using the Index database. (Please note that SCM systems that supports changesets consisting of multiple files should implement their own HistoryReader!)


Constructor Summary
DirectoryHistoryReader(java.lang.String path)
           
 
Method Summary
 History getHistory()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectoryHistoryReader

public DirectoryHistoryReader(java.lang.String path)
                       throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getHistory

public History getHistory()