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

Packages that use CheckoutCommand
org.eclipse.jgit.api   
 

Uses of CheckoutCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return CheckoutCommand
 CheckoutCommand CheckoutCommand.addPath(String path)
           
 CheckoutCommand Git.checkout()
          Returns a command object to execute a checkout command
protected  CheckoutCommand CheckoutCommand.checkoutPaths()
          Checkout paths into index and working directory
 CheckoutCommand CheckoutCommand.setAllPaths(boolean all)
          Set whether to checkout all paths
 CheckoutCommand CheckoutCommand.setCreateBranch(boolean createBranch)
           
 CheckoutCommand CheckoutCommand.setForce(boolean force)
           
 CheckoutCommand CheckoutCommand.setName(String name)
           
 CheckoutCommand CheckoutCommand.setStartPoint(RevCommit startCommit)
           
 CheckoutCommand CheckoutCommand.setStartPoint(String startPoint)
           
 CheckoutCommand CheckoutCommand.setUpstreamMode(CreateBranchCommand.SetupUpstreamMode mode)
           
 



Copyright © 2012. All Rights Reserved.