java.io.File |
FS.findHook(Repository repository,
Hook hook) |
Tries to find a hook matching the given one in the given repository.
|
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.
|