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

Packages that use TreeEntry
org.eclipse.jgit.lib   
 

Uses of TreeEntry in org.eclipse.jgit.lib
 

Subclasses of TreeEntry in org.eclipse.jgit.lib
 class FileTreeEntry
          Deprecated. To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods.
 class GitlinkTreeEntry
          Deprecated. To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods.
 class SymlinkTreeEntry
          Deprecated. To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods.
 class Tree
          Deprecated. To look up information about a single path, use TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree). To lookup information about multiple paths at once, use a TreeWalk and obtain the current entry's information from its getter methods.
 

Methods in org.eclipse.jgit.lib that return TreeEntry
 TreeEntry Tree.findBlobMember(String s)
          Deprecated.  
 TreeEntry Tree.findTreeMember(String s)
          Deprecated.  
 TreeEntry[] Tree.members()
          Deprecated. Return all members of the tree sorted in Git order.
 

Methods in org.eclipse.jgit.lib with parameters of type TreeEntry
 void Tree.addEntry(TreeEntry e)
          Deprecated. Add the specified tree entry to this tree.
static int TreeEntry.lastChar(TreeEntry treeEntry)
          Deprecated. Helper for accessing tree/blob methods.
 



Copyright © 2012. All Rights Reserved.