Uses of Class
org.eclipse.jgit.api.errors.JGitInternalException
Packages that use JGitInternalException
Package
Description
High-level API commands (the porcelain of JGit).
Utility classes.
-
Uses of JGitInternalException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw JGitInternalExceptionModifier and TypeMethodDescriptionprivate LogCommand
LogCommand.add
(boolean include, AnyObjectId start) Add multiple objects to search for.Add an object to search for.private ObjectId
DescribeCommand.getObjectIdFromRef
(Ref r) -
Uses of JGitInternalException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw JGitInternalExceptionModifier and TypeMethodDescriptionprotected ProcessResult
FS.internalRunHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) FS_POSIX.runHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.FS_Win32_Cygwin.runHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.FS.runHookIfPresent
(Repository repository, String hookName, String[] args) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.FS.runHookIfPresent
(Repository repository, String hookName, String[] args, OutputStream outRedirect, OutputStream errRedirect, String stdinArgs) Checks whether the given hook is defined for the given repository, then runs it with the given arguments.