Uses of Class
org.eclipse.jgit.api.DiffCommand
-
Packages that use DiffCommand Package Description org.eclipse.jgit.api High-level API commands (the porcelain of JGit). -
-
Uses of DiffCommand in org.eclipse.jgit.api
Methods in org.eclipse.jgit.api that return DiffCommand Modifier and Type Method Description DiffCommandGit. diff()Returns a command object to execute adiffcommandDiffCommandDiffCommand. setCached(boolean cached)DiffCommandDiffCommand. setContextLines(int contextLines)Set number of context lines instead of the usual three.DiffCommandDiffCommand. setDestinationPrefix(String destinationPrefix)Set the given destination prefix instead of "b/".DiffCommandDiffCommand. setNewTree(AbstractTreeIterator newTree)DiffCommandDiffCommand. setOldTree(AbstractTreeIterator oldTree)DiffCommandDiffCommand. setOutputStream(OutputStream out)DiffCommandDiffCommand. setPathFilter(TreeFilter pathFilter)DiffCommandDiffCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the diff operation.DiffCommandDiffCommand. setShowNameAndStatusOnly(boolean showNameAndStatusOnly)DiffCommandDiffCommand. setSourcePrefix(String sourcePrefix)Set the given source prefix instead of "a/".
-