Uses of Class
org.eclipse.jgit.diff.DiffEntry.Side

Packages that use DiffEntry.Side
org.eclipse.jgit.diff Comparing file contents by computing diffs. 
 

Uses of DiffEntry.Side in org.eclipse.jgit.diff
 

Methods in org.eclipse.jgit.diff that return DiffEntry.Side
static DiffEntry.Side DiffEntry.Side.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DiffEntry.Side[] DiffEntry.Side.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.eclipse.jgit.diff with parameters of type DiffEntry.Side
 AbbreviatedObjectId DiffEntry.getId(DiffEntry.Side side)
          Get the object id.
 FileMode DiffEntry.getMode(DiffEntry.Side side)
          Get the mode associated with this file.
 String DiffEntry.getPath(DiffEntry.Side side)
          Get the path associated with this file.
 ObjectLoader ContentSource.Pair.open(DiffEntry.Side side, DiffEntry ent)
          Open the object.
 long ContentSource.Pair.size(DiffEntry.Side side, DiffEntry ent)
          Determine the size of the object.
 



Copyright © 2013. All Rights Reserved.