Uses of Class
org.eclipse.jgit.lib.TreeEntry
-
Packages that use TreeEntry Package Description org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of TreeEntry in org.eclipse.jgit.lib
Subclasses of TreeEntry in org.eclipse.jgit.lib Modifier and Type Class Description class
FileTreeEntry
Deprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree)
.class
GitlinkTreeEntry
Deprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree)
.class
SymlinkTreeEntry
Deprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree)
.class
Tree
Deprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree)
.Methods in org.eclipse.jgit.lib that return TreeEntry Modifier and Type Method Description TreeEntry
Tree. findBlobMember(java.lang.String s)
Deprecated.TreeEntry
Tree. findTreeMember(java.lang.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 Modifier and Type Method Description 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.
-