Java org.eclipse.jgit.api SubmoduleUpdateCommand fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jgit.api SubmoduleUpdateCommand fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jgit.api SubmoduleUpdateCommand.

The text is from its open source code.

Constructor

SubmoduleUpdateCommand(Repository repo)

Constructor for SubmoduleUpdateCommand.

Method

SubmoduleUpdateCommandaddPath(String path)
Add repository-relative submodule path to initialize
Collectioncall()
Execute the SubmoduleUpdateCommand command.
SubmoduleUpdateCommandsetProgressMonitor(final ProgressMonitor monitor)
The progress monitor associated with the clone operation.