|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.ReflogReader
public class ReflogReader
Utility for reading reflog entries
| Nested Class Summary | |
|---|---|
static class |
ReflogReader.Entry
Parsed reflog entry |
| Method Summary | |
|---|---|
ReflogReader.Entry |
getLastEntry()
Get the last entry in the reflog |
java.util.List<ReflogReader.Entry> |
getReverseEntries()
|
java.util.List<ReflogReader.Entry> |
getReverseEntries(int max)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ReflogReader.Entry getLastEntry()
throws java.io.IOException
java.io.IOException
public java.util.List<ReflogReader.Entry> getReverseEntries()
throws java.io.IOException
java.io.IOException
public java.util.List<ReflogReader.Entry> getReverseEntries(int max)
throws java.io.IOException
max - max numer of entries to read
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||