Uses of Enum
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
Subclasses with type arguments of type WorkingTreeIterator.MetadataDiff in org.eclipse.jgit.treewalkModifier and TypeClassDescriptionstatic enumThe result of a metadata-comparison between the current entry and aDirCacheEntryMethods 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 aDirCacheEntryReturns 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.