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

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

Introduction

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

The text is from its open source code.

Method

voidadd(RevFlag flag)
Add a flag to this object.
ObjectIdgetId()
Get the name of this object.
booleanhas(RevFlag flag)
Test to see if the flag has been set on this object.