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 SubmoduleAddCommandSubmoduleAddCommand. setName(String name)Set the submodule nameSubmoduleAddCommandSubmoduleAddCommand. setPath(String path)Set repository-relative path of submoduleSubmoduleAddCommandSubmoduleAddCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the clone operation.SubmoduleAddCommandSubmoduleAddCommand. setURI(String uri)Set URI to clone submodule fromSubmoduleAddCommandGit. submoduleAdd()Return a command object to execute asubmodule addcommand
-