Uses of Class
org.eclipse.jgit.api.AddCommand
Packages that use AddCommand
-
Uses of AddCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return AddCommandModifier and TypeMethodDescriptionGit.add()
Return a command object to execute aAdd
commandAddCommand.addFilepattern
(String filepattern) Add a path to a file/directory whose content should be added.AddCommand.setUpdate
(boolean update) Set whether to only match against already tracked filesAddCommand.setWorkingTreeIterator
(WorkingTreeIterator f) Allow clients to provide their own implementation of a FileTreeIterator