Java org.eclipse.jgit.revwalk ObjectWalk fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.revwalk ObjectWalk fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.revwalk ObjectWalk.

The text is from its open source code.

Constructor

ObjectWalk(Repository repo)
Create a new revision and object walker for a given repository.
ObjectWalk(ObjectReader or)
Create a new revision and object walker for a given repository.

Method

voidcheckConnectivity()
Verify all interesting objects are available, and reachable.
voidmarkStart(RevObject o)
Mark an object or commit to start graph traversal from.
voidmarkUninteresting(RevObject o)
Mark an object to not produce in the output.
RevObjectnextObject()
Pop the next most recent object.