public interface AsyncRevObjectQueue extends AsyncOperation
Modifier and Type | Method and Description |
---|---|
RevObject |
next()
Obtain the next object.
|
cancel, release
RevObject next() throws MissingObjectException, IOException
MissingObjectException
- the object does not exist. There may be more objects
remaining in the iteration, the application should call
next()
again.IOException
- the object store cannot be accessed.Copyright © 2015 Eclipse JGit Project. All rights reserved.