Package | Description |
---|---|
org.eclipse.jgit.api |
High-level API commands (the porcelain of JGit).
|
Modifier and Type | Method and Description |
---|---|
AddCommand |
Git.add()
Return a command object to execute a
Add command |
AddCommand |
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 files
|
AddCommand |
AddCommand.setWorkingTreeIterator(WorkingTreeIterator f)
Allow clients to provide their own implementation of a FileTreeIterator
|
Copyright © 2017 Eclipse JGit Project. All rights reserved.