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 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 boolean wasDeleted()
true
if the current reference was deleted.public abstract void close()
close
in interface AutoCloseable
Copyright © 2019 Eclipse JGit Project. All rights reserved.