Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
StatusCommand |
StatusCommand.addPath(String path)
Show only the status of files which match the given paths.
|
StatusCommand |
StatusCommand.setIgnoreSubmodules(SubmoduleWalk.IgnoreSubmoduleMode mode)
Whether to ignore submodules
|
StatusCommand |
StatusCommand.setProgressMonitor(ProgressMonitor progressMonitor)
To set the
ProgressMonitor which contains
callback methods to inform you about the progress of this command. |
StatusCommand |
StatusCommand.setWorkingTreeIt(WorkingTreeIterator workingTreeIt)
To set the
WorkingTreeIterator which
should be used. |
StatusCommand |
Git.status()
Return a command object to execute a
status command |
Copyright © 2019 Eclipse JGit Project. All rights reserved.