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

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

Uses of AddCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return AddCommand
 AddCommand Git.add()
          Returns a command object to execute a Add command
 AddCommand AddCommand.addFilepattern(String filepattern)
           
 AddCommand AddCommand.setUpdate(boolean update)
           
 AddCommand AddCommand.setWorkingTreeIterator(WorkingTreeIterator f)
          Allow clients to provide their own implementation of a FileTreeIterator
 



Copyright © 2013. All Rights Reserved.