Package | Description |
---|---|
org.eclipse.jgit.api |
Modifier and Type | Method and Description |
---|---|
SubmoduleAddCommand |
SubmoduleAddCommand.setPath(java.lang.String path)
Set repository-relative path of submodule
|
SubmoduleAddCommand |
SubmoduleAddCommand.setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
SubmoduleAddCommand |
SubmoduleAddCommand.setURI(java.lang.String uri)
Set URI to clone submodule from
|
SubmoduleAddCommand |
Git.submoduleAdd()
Returns a command object to execute a
submodule add command |
Copyright © 2012. All Rights Reserved.