Uses of Class
org.eclipse.jgit.api.SubmoduleAddCommand

Packages that use SubmoduleAddCommand
org.eclipse.jgit.api High-level API commands (the porcelain of JGit). 
 

Uses of SubmoduleAddCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return SubmoduleAddCommand
 SubmoduleAddCommand SubmoduleAddCommand.setPath(String path)
          Set repository-relative path of submodule
 SubmoduleAddCommand SubmoduleAddCommand.setProgressMonitor(ProgressMonitor monitor)
          The progress monitor associated with the clone operation.
 SubmoduleAddCommand SubmoduleAddCommand.setURI(String uri)
          Set URI to clone submodule from
 SubmoduleAddCommand Git.submoduleAdd()
          Returns a command object to execute a submodule add command
 



Copyright © 2013. All Rights Reserved.