Uses of Class
org.eclipse.jgit.api.StatusCommand
-
Packages that use StatusCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of StatusCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return StatusCommand Modifier and Type Method Description StatusCommandStatusCommand. addPath(String path)Show only the status of files which match the given paths.StatusCommandStatusCommand. setIgnoreSubmodules(SubmoduleWalk.IgnoreSubmoduleMode mode)Whether to ignore submodulesStatusCommandStatusCommand. setProgressMonitor(ProgressMonitor progressMonitor)To set theProgressMonitorwhich contains callback methods to inform you about the progress of this command.StatusCommandStatusCommand. setWorkingTreeIt(WorkingTreeIterator workingTreeIt)To set theWorkingTreeIteratorwhich should be used.StatusCommandGit. status()Return a command object to execute astatuscommand
-