Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method | Description |
---|---|---|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.addPath(String path) |
Add repository-relative submodule path to initialize
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setProgressMonitor(ProgressMonitor monitor) |
The progress monitor associated with the clone operation.
|
SubmoduleUpdateCommand |
SubmoduleUpdateCommand.setStrategy(MergeStrategy strategy) |
|
SubmoduleUpdateCommand |
Git.submoduleUpdate() |
Returns a command object to execute a
submodule update command |
Copyright © 2018. All rights reserved.