Uses of Class
org.eclipse.jgit.api.SubmoduleDeinitCommand
-
Packages that use SubmoduleDeinitCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of SubmoduleDeinitCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return SubmoduleDeinitCommand Modifier and Type Method Description SubmoduleDeinitCommand
SubmoduleDeinitCommand. addPath(String path)
Add repository-relative submodule path to deinitializeSubmoduleDeinitCommand
SubmoduleDeinitCommand. setForce(boolean force)
Iftrue
, call() will deinitialize modules with local changes; else it will refuse to do so.SubmoduleDeinitCommand
Git. submoduleDeinit()
Returns a command object to execute asubmodule deinit
command
-