|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.jgit.lib.AnyObjectId
org.eclipse.jgit.lib.ObjectId
org.eclipse.jgit.revwalk.RevObject
org.eclipse.jgit.revwalk.RevTree
public class RevTree
A reference to a tree of subtrees/files.
| Constructor Summary | |
|---|---|
protected |
RevTree(AnyObjectId id)
Create a new tree reference. |
| Method Summary | |
|---|---|
int |
getType()
Get Git object type. |
| Methods inherited from class org.eclipse.jgit.revwalk.RevObject |
|---|
add, add, appendCoreFlags, equals, equals, getId, has, hasAll, hasAny, remove, remove, toString |
| Methods inherited from class org.eclipse.jgit.lib.ObjectId |
|---|
equals, fromRaw, fromRaw, fromRaw, fromRaw, fromString, fromString, isId, toObjectId, toString, zeroId |
| Methods inherited from class org.eclipse.jgit.lib.AnyObjectId |
|---|
abbreviate, abbreviate, compareTo, compareTo, copy, copyRawTo, copyRawTo, copyRawTo, copyRawTo, copyTo, copyTo, copyTo, copyTo, equals, getFirstByte, getName, hashCode, name, startsWith |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected RevTree(AnyObjectId id)
id - object name for the tree.| Method Detail |
|---|
public final int getType()
RevObjectConstants.
getType in class RevObject
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||