Package | Description |
---|---|
org.eclipse.jgit.api | |
org.eclipse.jgit.diff | |
org.eclipse.jgit.dircache | |
org.eclipse.jgit.lib | |
org.eclipse.jgit.merge | |
org.eclipse.jgit.treewalk |
Modifier and Type | Method and Description |
---|---|
StatusCommand |
StatusCommand.setWorkingTreeIt(WorkingTreeIterator workingTreeIt)
To set the
WorkingTreeIterator which should be used. |
AddCommand |
AddCommand.setWorkingTreeIterator(WorkingTreeIterator f)
Allow clients to provide their own implementation of a FileTreeIterator
|
Modifier and Type | Method and Description |
---|---|
static ContentSource |
ContentSource.create(WorkingTreeIterator iterator)
Construct a content source for a working directory.
|
Constructor and Description |
---|
DirCacheCheckout(Repository repo,
DirCache dc,
ObjectId mergeCommitTree,
WorkingTreeIterator workingTree)
Constructs a DirCacheCeckout for checking out one tree, merging with the
index.
|
DirCacheCheckout(Repository repo,
ObjectId headCommitTree,
DirCache dc,
ObjectId mergeCommitTree,
WorkingTreeIterator workingTree)
Constructs a DirCacheCeckout for merging and checking out two trees (HEAD
and mergeCommitTree) and the index.
|
Constructor and Description |
---|
IndexDiff(Repository repository,
ObjectId objectId,
WorkingTreeIterator workingTreeIterator)
Construct an Indexdiff
|
IndexDiff(Repository repository,
java.lang.String revstr,
WorkingTreeIterator workingTreeIterator)
Construct an IndexDiff
|
Modifier and Type | Method and Description |
---|---|
void |
ResolveMerger.setWorkingTreeIterator(WorkingTreeIterator workingTreeIterator)
Sets the WorkingTreeIterator to be used by this merger.
|
Modifier and Type | Class and Description |
---|---|
class |
FileTreeIterator
Working directory iterator for standard Java IO.
|
Constructor and Description |
---|
WorkingTreeIterator(WorkingTreeIterator p)
Create an iterator for a subtree of an existing iterator.
|
Copyright © 2012. All Rights Reserved.