org.eclipse.jgit.lib
Interface Treeish

All Known Implementing Classes:
Commit, Tree

public interface Treeish

Tree-ish is an interface for tree-like Git objects.


Method Summary
 Tree getTree()
           
 ObjectId getTreeId()
           
 

Method Detail

getTreeId

ObjectId getTreeId()
Returns:
the id of this tree

getTree

Tree getTree()
             throws java.io.IOException
Returns:
the tree of this tree-ish object
Throws:
java.io.IOException