Class SubmoduleSyncCommand

java.lang.Object
org.eclipse.jgit.api.GitCommand<Map<String,String>>
org.eclipse.jgit.api.SubmoduleSyncCommand
All Implemented Interfaces:
Callable<Map<String,String>>

public class SubmoduleSyncCommand extends GitCommand<Map<String,String>>
A class used to execute a submodule sync command. This will set the remote URL in a submodule's repository to the current value in the .gitmodules file.
See Also: