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