|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opensolaris.opengrok.history.History
public class History
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 |
|---|
public History()
| Method Detail |
|---|
public void setHistoryEntries(java.util.List<HistoryEntry> entries)
entries - The entries to add to the listpublic java.util.List<HistoryEntry> getHistoryEntries()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||