public interface ReflogReader
| Modifier and Type | Method | Description |
|---|---|---|
ReflogEntry |
getLastEntry() |
Get the last entry in the reflog
|
List<ReflogEntry> |
getReverseEntries() |
|
List<ReflogEntry> |
getReverseEntries(int max) |
|
ReflogEntry |
getReverseEntry(int number) |
Get specific entry in the reflog relative to the last entry which is
considered entry zero.
|
ReflogEntry getLastEntry() throws IOException
IOExceptionList<ReflogEntry> getReverseEntries() throws IOException
IOExceptionReflogEntry getReverseEntry(int number) throws IOException
number - IOExceptionList<ReflogEntry> getReverseEntries(int max) throws IOException
max - max number of entries to readIOExceptionCopyright © 2018. All rights reserved.