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()
Get current log entry.
|
abstract String |
getRefName()
Get name of the current reference.
|
abstract long |
getUpdateIndex()
Get identifier of the transaction that created the log record.
|
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 © 2019 Eclipse JGit Project. All rights reserved.