Uses of Enum Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
Packages that use WorkingTreeIterator.MetadataDiff
Package
Description
Walking and comparing directory/file trees (of commits, file system).
-
Uses of WorkingTreeIterator.MetadataDiff in org.eclipse.jgit.treewalk
Methods in org.eclipse.jgit.treewalk that return WorkingTreeIterator.MetadataDiffModifier and TypeMethodDescriptionWorkingTreeIterator.compareMetadata
(DirCacheEntry entry) Compare the metadata (mode, length, modification-timestamp) of the current entry and aDirCacheEntry
Returns the enum constant of this class with the specified name.static WorkingTreeIterator.MetadataDiff[]
WorkingTreeIterator.MetadataDiff.values()
Returns an array containing the constants of this enum class, in the order they are declared.