Package | Description |
---|---|
org.eclipse.jgit.dircache | |
org.eclipse.jgit.errors | |
org.eclipse.jgit.merge | |
org.eclipse.jgit.treewalk |
Modifier and Type | Field and Description |
---|---|
protected DirCacheEntry |
DirCacheIterator.currentEntry
The current file entry from
DirCacheIterator.cache . |
Modifier and Type | Method and Description |
---|---|
DirCacheEntry |
DirCacheIterator.getDirCacheEntry()
Get the DirCacheEntry for the current file.
|
DirCacheEntry[] |
DirCache.getEntriesWithin(java.lang.String path)
Recursively get all entries within a subtree.
|
DirCacheEntry |
DirCache.getEntry(int i)
Get a specific entry.
|
DirCacheEntry |
DirCache.getEntry(java.lang.String path)
Get a specific entry.
|
Modifier and Type | Method and Description |
---|---|
void |
DirCacheBuilder.add(DirCacheEntry newEntry)
Append one entry into the resulting entry list.
|
abstract void |
DirCacheEditor.PathEdit.apply(DirCacheEntry ent)
Apply the update to a single cache entry matching the path.
|
void |
DirCacheEditor.DeletePath.apply(DirCacheEntry ent) |
void |
DirCacheEditor.DeleteTree.apply(DirCacheEntry ent) |
static void |
DirCacheCheckout.checkoutEntry(Repository repository,
java.io.File f,
DirCacheEntry entry)
Updates the file in the working tree with content and mode from an entry
in the index.
|
static void |
DirCacheCheckout.checkoutEntry(Repository repo,
java.io.File f,
DirCacheEntry entry,
ObjectReader or)
Updates the file in the working tree with content and mode from an entry
in the index.
|
void |
DirCacheEntry.copyMetaData(DirCacheEntry src)
Copy the ObjectId and other meta fields from an existing entry.
|
Constructor and Description |
---|
DirCacheEditor.DeletePath(DirCacheEntry ent)
Create a new deletion command for an existing entry instance.
|
DirCacheEditor.PathEdit(DirCacheEntry ent)
Create a new update command for an existing entry instance.
|
Modifier and Type | Method and Description |
---|---|
DirCacheEntry |
UnmergedPathException.getDirCacheEntry() |
Constructor and Description |
---|
UnmergedPathException(DirCacheEntry dce)
Create a new unmerged path exception.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,DirCacheEntry> |
ResolveMerger.getToBeCheckedOut() |
Modifier and Type | Method and Description |
---|---|
WorkingTreeIterator.MetadataDiff |
WorkingTreeIterator.compareMetadata(DirCacheEntry entry)
Compare the metadata (mode, length, modification-timestamp) of the
current entry and a
DirCacheEntry |
boolean |
WorkingTreeIterator.isModified(DirCacheEntry entry,
boolean forceContentCheck)
Checks whether this entry differs from a given entry from the
DirCache . |
Copyright © 2012. All Rights Reserved.