Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
org.eclipse.jgit.util |
Utility classes.
|
Modifier and Type | Method and Description |
---|---|
private LogCommand |
LogCommand.add(boolean include,
AnyObjectId start) |
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.
|
private ObjectId |
DescribeCommand.getObjectIdFromRef(Ref r) |
Modifier and Type | Method and Description |
---|---|
protected ProcessResult |
FS.internalRunHookIfPresent(Repository repository,
java.lang.String hookName,
java.lang.String[] args,
java.io.PrintStream outRedirect,
java.io.PrintStream errRedirect,
java.lang.String stdinArgs)
|
ProcessResult |
FS.runHookIfPresent(Repository repository,
java.lang.String hookName,
java.lang.String[] args)
Checks whether the given hook is defined for the given repository, then
runs it with the given arguments.
|
ProcessResult |
FS.runHookIfPresent(Repository repository,
java.lang.String hookName,
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.
|
ProcessResult |
FS_POSIX.runHookIfPresent(Repository repository,
java.lang.String hookName,
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.
|
ProcessResult |
FS_Win32_Cygwin.runHookIfPresent(Repository repository,
java.lang.String hookName,
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.
|