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 SubmoduleDeinitCommandSubmoduleDeinitCommand. addPath(String path)Add repository-relative submodule path to deinitializeSubmoduleDeinitCommandSubmoduleDeinitCommand. setForce(boolean force)Iftrue, call() will deinitialize modules with local changes; else it will refuse to do so.SubmoduleDeinitCommandGit. submoduleDeinit()Returns a command object to execute asubmodule deinitcommand
-