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.ignore.IgnoreRule
this rule does not support double star pattern and is slow
parsing glob expressions. Consider to use
FastIgnoreRule
instead. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=440732 |
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. |
Field and Description |
---|
org.eclipse.jgit.pgm.TextBuiltin.out
Use outw 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.