public abstract class RefCursor extends Object implements AutoCloseable
Reftable.| Constructor and Description |
|---|
RefCursor() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
close() |
abstract Ref |
getRef()
Get reference at the current position.
|
abstract long |
getUpdateIndex()
Get updateIndex that last modified the current reference.
|
abstract boolean |
next()
Check if another reference is available.
|
boolean |
wasDeleted()
Whether the current reference was deleted.
|
public abstract boolean next()
throws IOException
true if there is another result.IOException - references cannot be read.public abstract Ref getRef()
public abstract long getUpdateIndex()
public boolean wasDeleted()
true if the current reference was deleted.public abstract void close()
close in interface AutoCloseableCopyright © 2018 Eclipse JGit Project. All rights reserved.