Uses of Class
org.eclipse.jgit.api.SubmoduleAddCommand
-
Packages that use SubmoduleAddCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of SubmoduleAddCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return SubmoduleAddCommand Modifier and Type Method Description SubmoduleAddCommand
SubmoduleAddCommand. setPath(java.lang.String path)
Set repository-relative path of submoduleSubmoduleAddCommand
SubmoduleAddCommand. setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.SubmoduleAddCommand
SubmoduleAddCommand. setURI(java.lang.String uri)
Set URI to clone submodule fromSubmoduleAddCommand
Git. submoduleAdd()
Returns a command object to execute asubmodule add
command
-