Uses of Class
org.eclipse.jgit.api.DiffCommand

Packages that use DiffCommand
org.eclipse.jgit.api   
 

Uses of DiffCommand in org.eclipse.jgit.api
 

Methods in org.eclipse.jgit.api that return DiffCommand
 DiffCommand Git.diff()
          Returns a command object to execute a diff command
 DiffCommand DiffCommand.setCached(boolean cached)
           
 DiffCommand DiffCommand.setNewTree(AbstractTreeIterator newTree)
           
 DiffCommand DiffCommand.setOldTree(AbstractTreeIterator oldTree)
           
 DiffCommand DiffCommand.setPathFilter(TreeFilter pathFilter)
           
 DiffCommand DiffCommand.setShowNameAndStatusOnly(boolean showNameAndStatusOnly)
           
 



Copyright © 2011. All Rights Reserved.