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

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

Introduction

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

The text is from its open source code.

Constructor

SubmoduleAddCommand(Repository repo)
Constructor for SubmoduleAddCommand.

Method

Repositorycall()

Executes the SubmoduleAddCommand The Repository instance returned by this command needs to be closed by the caller to free resources held by the Repository instance.

SubmoduleAddCommandsetPath(String path)
Set repository-relative path of submodule
SubmoduleAddCommandsetProgressMonitor(ProgressMonitor monitor)
The progress monitor associated with the clone operation.
SubmoduleAddCommandsetURI(String uri)
Set URI to clone submodule from