public abstract class LogCursor extends Object implements AutoCloseable
Reftable
.Constructor and Description |
---|
LogCursor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
close() |
abstract ReflogEntry |
getReflogEntry() |
abstract String |
getRefName() |
abstract long |
getUpdateIndex() |
abstract boolean |
next()
Check if another log record is available.
|
public abstract boolean next() throws IOException
true
if there is another result.IOException
- logs cannot be read.public abstract String getRefName()
public abstract long getUpdateIndex()
public abstract ReflogEntry getReflogEntry()
public abstract void close()
close
in interface AutoCloseable
Copyright © 2017 Eclipse JGit Project. All rights reserved.