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 LogCommandLogCommand.add(boolean include, AnyObjectId start) Add multiple objects to search for.Add an object to search for.private ObjectIdDescribeCommand.getObjectIdFromRef(Ref r) -
Uses of JGitInternalException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw JGitInternalExceptionModifier and TypeMethodDescriptionprotected ProcessResultFS.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.