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 classFileTreeEntryDeprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree).classGitlinkTreeEntryDeprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree).classSymlinkTreeEntryDeprecated.To look up information about a single path, useTreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree).classTreeDeprecated.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 TreeEntryTree. findBlobMember(String s)Deprecated.TreeEntryTree. 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 Modifier and Type Method Description voidTree. addEntry(TreeEntry e)Deprecated.Add the specified tree entry to this tree.static intTreeEntry. lastChar(TreeEntry treeEntry)Deprecated.Helper for accessing tree/blob methods.
-