org.opensolaris.opengrok.history
Class History

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

public class History
extends java.lang.Object

Class representing the history of a file.


Constructor Summary
History()
           
 
Method Summary
 java.util.List<HistoryEntry> getHistoryEntries()
          Get the list of log entries, most recent first.
 void setHistoryEntries(java.util.List<HistoryEntry> entries)
          Set the list of log entries for the file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

History

public History()
Method Detail

setHistoryEntries

public void setHistoryEntries(java.util.List<HistoryEntry> entries)
Set the list of log entries for the file. The first entry is the most recent one.


getHistoryEntries

public java.util.List<HistoryEntry> getHistoryEntries()
Get the list of log entries, most recent first.