Uses of Class
org.eclipse.jgit.api.errors.JGitInternalException
-
Packages that use JGitInternalException Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit).org.eclipse.jgit.util Utility classes. -
-
Uses of JGitInternalException in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that throw JGitInternalException Modifier and Type Method Description NameRevCommand
NameRevCommand. add(java.lang.Iterable<ObjectId> ids)
Add multiple objects to search for.NameRevCommand
NameRevCommand. add(ObjectId id)
Add an object to search for. -
Uses of JGitInternalException in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that throw JGitInternalException Modifier and Type Method Description protected ProcessResult
FS. internalRunIfPresent(Repository repository, Hook hook, java.lang.String[] args, java.io.PrintStream outRedirect, java.io.PrintStream errRedirect, java.lang.String stdinArgs)
ProcessResult
FS_POSIX. runIfPresent(Repository repository, Hook hook, java.lang.String[] args, java.io.PrintStream outRedirect, java.io.PrintStream errRedirect, java.lang.String stdinArgs)
ProcessResult
FS_Win32_Cygwin. runIfPresent(Repository repository, Hook hook, java.lang.String[] args, java.io.PrintStream outRedirect, java.io.PrintStream errRedirect, java.lang.String stdinArgs)
ProcessResult
FS. runIfPresent(Repository repository, Hook hook, java.lang.String[] args)
Checks whether the given hook is defined for the given repository, then runs it with the given arguments.ProcessResult
FS. runIfPresent(Repository repository, Hook hook, java.lang.String[] args, java.io.PrintStream outRedirect, java.io.PrintStream errRedirect, java.lang.String stdinArgs)
Checks whether the given hook is defined for the given repository, then runs it with the given arguments.
-