Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
SubmoduleAddCommand |
SubmoduleAddCommand.setName(String name)
Set the submodule name
|
SubmoduleAddCommand |
SubmoduleAddCommand.setPath(String path)
Set repository-relative path of submodule
|
SubmoduleAddCommand |
SubmoduleAddCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
SubmoduleAddCommand |
SubmoduleAddCommand.setURI(String uri)
Set URI to clone submodule from
|
SubmoduleAddCommand |
Git.submoduleAdd()
Return a command object to execute a
submodule add command |
Copyright © 2021 Eclipse JGit Project. All rights reserved.