| Class and Description |
|---|
| org.eclipse.jgit.lib.FileTreeEntry
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. |
| org.eclipse.jgit.lib.GitlinkTreeEntry
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. |
| org.eclipse.jgit.lib.SymlinkTreeEntry
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. |
| org.eclipse.jgit.lib.Tree
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. |
| org.eclipse.jgit.lib.TreeEntry
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. |
| Exceptions and Description |
|---|
| org.eclipse.jgit.transport.UploadPackMayNotContinueException
use
ServiceMayNotContinueException instead. |
| Method and Description |
|---|
| org.eclipse.jgit.merge.Merger.getBaseCommit(int, int)
use
Merger.getBaseCommitId() instead, as that does not
require walking the commits again |
| org.eclipse.jgit.treewalk.CanonicalTreeParser.getParent()
internal use only
|
| org.eclipse.jgit.transport.TransferConfig.isFsckObjects()
use
TransferConfig.newObjectChecker() instead. |
| org.eclipse.jgit.treewalk.WorkingTreeIterator.isModified(DirCacheEntry, boolean) |
| org.eclipse.jgit.internal.storage.file.WindowCache.reconfigure(WindowCacheConfig)
use
cfg.install() to avoid internal reference. |
| org.eclipse.jgit.util.FileUtil.setExecute(File, boolean)
the implementation is highly platform dependent, consider
using
FS.setExecute(File, boolean) instead |
| Constructor and Description |
|---|
| org.eclipse.jgit.util.TemporaryBuffer.LocalFile()
Use the
File overload to supply a directory. |
| org.eclipse.jgit.util.TemporaryBuffer.LocalFile(int)
Use the
File,int overload to supply a directory. |
Copyright © 2015. All rights reserved.