Uses of Class
org.eclipse.jgit.treewalk.WorkingTreeIterator.MetadataDiff

Packages that use WorkingTreeIterator.MetadataDiff
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
 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 © 2013. All Rights Reserved.