Interface and Description |
---|
org.eclipse.jgit.transport.UploadPackLogger
use
PostUploadHook instead |
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.util.FileUtil |
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.internal.storage.pack.PackWriter.Statistics
Use
PackStatistics instead. |
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. |
org.eclipse.jgit.transport.UploadPackLoggerChain
Use
PostUploadHookChain instead. |
Copyright © 2015 Eclipse JGit Project. All rights reserved.