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 AddCommandGit. add()Return a command object to execute aAddcommandAddCommandAddCommand. addFilepattern(String filepattern)Add a path to a file/directory whose content should be added.AddCommandAddCommand. setUpdate(boolean update)Set whether to only match against already tracked filesAddCommandAddCommand. setWorkingTreeIterator(WorkingTreeIterator f)Allow clients to provide their own implementation of a FileTreeIterator
-