public class History
extends java.lang.Object
Constructor and Description |
---|
History() |
Modifier and Type | Method and Description |
---|---|
java.util.List<HistoryEntry> |
getHistoryEntries()
Get the list of log entries, most recent first.
|
boolean |
hasFileList()
Check if at least one history entry has a file list.
|
void |
setHistoryEntries(java.util.List<HistoryEntry> entries)
Set the list of log entries for the file.
|
public void setHistoryEntries(java.util.List<HistoryEntry> entries)
entries
- The entries to add to the listpublic java.util.List<HistoryEntry> getHistoryEntries()
public boolean hasFileList()
true
if at least one of the entries has a non-empty
file list, false
otherwise