Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.addPath(String path)
Add repository-relative submodule path to initialize
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setCallback(CloneCommand.Callback callback)
Set status callback for submodule clone operation.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setFetch(boolean fetch)
Whether to fetch the submodules before we update them.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setFetchCallback(FetchCommand.Callback callback)
Set status callback for submodule fetch operation.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setStrategy(MergeStrategy strategy)
Setter for the field
strategy . |
SubmoduleUpdateCommand |
Git.submoduleUpdate()
Return a command object to execute a
submodule update command |
Copyright © 2021 Eclipse JGit Project. All rights reserved.