Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff
-
Packages that use WorkingTreeIterator.MetadataDiff Package Description org.eclipse.jgit.treewalk 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.MetadataDiff Modifier and Type Method Description WorkingTreeIterator.MetadataDiffWorkingTreeIterator. compareMetadata(DirCacheEntry entry)Compare the metadata (mode, length, modification-timestamp) of the current entry and aDirCacheEntrystatic WorkingTreeIterator.MetadataDiffWorkingTreeIterator.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.
-