public class SubmoduleUpdateCommand extends TransportCommand<SubmoduleUpdateCommand,Collection<String>>
credentialsProvider, timeout, transportConfigCallbackrepo| Constructor and Description |
|---|
SubmoduleUpdateCommand(Repository repo) |
| Modifier and Type | Method and Description |
|---|---|
SubmoduleUpdateCommand |
addPath(String path)
Add repository-relative submodule path to initialize
|
Collection<String> |
call() |
SubmoduleUpdateCommand |
setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
|
configure, configure, self, setCredentialsProvider, setTimeout, setTransportConfigCallbackcheckCallable, getRepository, setCallablepublic SubmoduleUpdateCommand(Repository repo)
repo - public SubmoduleUpdateCommand setProgressMonitor(ProgressMonitor monitor)
NullProgressMonitormonitor - NullProgressMonitorpublic SubmoduleUpdateCommand addPath(String path)
path - public Collection<String> call() throws JGitInternalException
JGitInternalExceptionCopyright © 2012. All Rights Reserved.