Uses of Class
org.eclipse.jgit.api.AddCommand
-
Packages that use AddCommand Package Description 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 Modifier and Type Method Description AddCommand
Git. add()
Return a command object to execute aAdd
commandAddCommand
AddCommand. addFilepattern(String filepattern)
Add a path to a file/directory whose content should be added.AddCommand
AddCommand. setUpdate(boolean update)
Set whether to only match against already tracked filesAddCommand
AddCommand. setWorkingTreeIterator(WorkingTreeIterator f)
Allow clients to provide their own implementation of a FileTreeIterator
-