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

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

Uses of TransportCommand in org.eclipse.jgit.api
 

Subclasses of TransportCommand in org.eclipse.jgit.api
 class CloneCommand
          Clone a repository into a new working directory
 class FetchCommand
          A class used to execute a Fetch command.
 class LsRemoteCommand
          The ls-remote command
 class PullCommand
          The Pull command
 class PushCommand
          A class used to execute a Push command.
 class SubmoduleAddCommand
          A class used to execute a submodule add command.
 class SubmoduleUpdateCommand
          A class used to execute a submodule update command.
 

Methods in org.eclipse.jgit.api with parameters of type TransportCommand
protected  C TransportCommand.configure(TransportCommand childCommand)
          Configure a child command with the current configuration set in this command
 



Copyright © 2013. All Rights Reserved.