Package | Description |
---|---|
org.eclipse.jgit.treewalk |
Walking and comparing directory/file trees (of commits, file system).
|
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 |
static WorkingTreeIterator.MetadataDiff |
WorkingTreeIterator.MetadataDiff.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkingTreeIterator.MetadataDiff[] |
WorkingTreeIterator.MetadataDiff.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Eclipse JGit Project. All rights reserved.