|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jgit.api.GitCommand<T>
org.eclipse.jgit.api.TransportCommand<SubmoduleUpdateCommand,java.util.Collection<java.lang.String>>
org.eclipse.jgit.api.SubmoduleUpdateCommand
public class SubmoduleUpdateCommand
A class used to execute a submodule update command.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.jgit.api.TransportCommand |
|---|
credentialsProvider, timeout, transportConfigCallback |
| Fields inherited from class org.eclipse.jgit.api.GitCommand |
|---|
repo |
| Constructor Summary | |
|---|---|
SubmoduleUpdateCommand(Repository repo)
|
|
| Method Summary | |
|---|---|
SubmoduleUpdateCommand |
addPath(java.lang.String path)
Add repository-relative submodule path to initialize |
java.util.Collection<java.lang.String> |
call()
|
SubmoduleUpdateCommand |
setProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation. |
| Methods inherited from class org.eclipse.jgit.api.TransportCommand |
|---|
configure, configure, self, setCredentialsProvider, setTimeout, setTransportConfigCallback |
| Methods inherited from class org.eclipse.jgit.api.GitCommand |
|---|
checkCallable, getRepository, setCallable |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SubmoduleUpdateCommand(Repository repo)
repo - | Method Detail |
|---|
public SubmoduleUpdateCommand setProgressMonitor(ProgressMonitor monitor)
NullProgressMonitor
monitor -
NullProgressMonitorpublic SubmoduleUpdateCommand addPath(java.lang.String path)
path -
public java.util.Collection<java.lang.String> call()
throws JGitInternalException
JGitInternalException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||