Uses of Class
org.eclipse.jgit.lib.Tree

Packages that use Tree
org.eclipse.jgit.lib Core API for repository, config, refs, object database. 
 

Uses of Tree in org.eclipse.jgit.lib
 

Methods in org.eclipse.jgit.lib that return Tree
 Tree Tree.addTree(byte[] s, int offset)
          Deprecated. Adds a new or existing Tree with the specified name to this tree.
 Tree Tree.addTree(String name)
          Deprecated. Adds a new or existing Tree with the specified name to this tree.
 Tree TreeEntry.getParent()
          Deprecated.  
 

Constructors in org.eclipse.jgit.lib with parameters of type Tree
FileTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8, boolean execute)
          Deprecated. Constructor for a File (blob) object.
GitlinkTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8)
          Deprecated. Construct a GitlinkTreeEntry with the specified name and SHA-1 in the specified parent
SymlinkTreeEntry(Tree parent, ObjectId id, byte[] nameUTF8)
          Deprecated. Construct a SymlinkTreeEntry with the specified name and SHA-1 in the specified parent
Tree(Tree parent, byte[] nameUTF8)
          Deprecated. Construct a new Tree under another Tree
Tree(Tree parent, ObjectId id, byte[] nameUTF8)
          Deprecated. Construct a Tree with a known SHA-1 under another tree.
TreeEntry(Tree myParent, ObjectId myId, byte[] myNameUTF8)
          Deprecated. Construct a named tree entry.
 



Copyright © 2013. All Rights Reserved.