| Package | Description |
|---|---|
| org.eclipse.jgit.util |
Utility classes.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected ProcessResult |
FS.internalRunIfPresent(Repository repository,
Hook hook,
String[] args,
PrintStream outRedirect,
PrintStream errRedirect,
String stdinArgs) |
|
ProcessResult |
FS_POSIX.runIfPresent(Repository repository,
Hook hook,
String[] args,
PrintStream outRedirect,
PrintStream errRedirect,
String stdinArgs) |
|
ProcessResult |
FS_Win32_Cygwin.runIfPresent(Repository repository,
Hook hook,
String[] args,
PrintStream outRedirect,
PrintStream errRedirect,
String stdinArgs) |
|
ProcessResult |
FS.runIfPresent(Repository repository,
Hook hook,
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,
String[] args,
PrintStream outRedirect,
PrintStream errRedirect,
String stdinArgs) |
Checks whether the given hook is defined for the given repository, then
runs it with the given arguments.
|
Copyright © 2018. All rights reserved.