Package | Description |
---|---|
org.eclipse.jgit.lib |
Core API for repository, config, refs, object database.
|
Modifier and Type | Class | Description |
---|---|---|
class |
FileTreeEntry |
Deprecated.
To look up information about a single path, use
TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree) . |
class |
GitlinkTreeEntry |
Deprecated.
To look up information about a single path, use
TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree) . |
class |
SymlinkTreeEntry |
Deprecated.
To look up information about a single path, use
TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree) . |
class |
Tree |
Deprecated.
To look up information about a single path, use
TreeWalk.forPath(Repository, String, org.eclipse.jgit.revwalk.RevTree) . |
Modifier and Type | Method | Description |
---|---|---|
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.
|
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.
|
Copyright © 2018. All rights reserved.