org.eclipse.jgit.revwalk
Class RevTree

java.lang.Object
  extended by org.eclipse.jgit.lib.AnyObjectId
      extended by org.eclipse.jgit.lib.ObjectId
          extended by org.eclipse.jgit.revwalk.RevObject
              extended by org.eclipse.jgit.revwalk.RevTree
All Implemented Interfaces:
java.lang.Comparable

public class RevTree
extends RevObject

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

RevTree

protected RevTree(AnyObjectId id)
Create a new tree reference.

Parameters:
id - object name for the tree.
Method Detail

getType

public final int getType()
Description copied from class: RevObject
Get Git object type. See Constants.

Specified by:
getType in class RevObject
Returns:
object type