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

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

Introduction

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

The text is from its open source code.

Method

voidadd(RevFlag flag)
Add a flag to this object.
voidadd(RevFlagSet set)
Add a set of flags to this object.
ObjectIdgetId()
Get the name of this object.
intgetType()
Get Git object type.
booleanhas(RevFlag flag)
Test to see if the flag has been set on this object.
voidremove(RevFlag flag)
Remove a flag from this object.
voidremove(RevFlagSet set)
Remove a set of flags from this object.