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()Return a command object to execute adiffcommandDiffCommandDiffCommand. setCached(boolean cached)Whether to view the changes staged for the next commitDiffCommandDiffCommand. 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)Set new treeDiffCommandDiffCommand. setOldTree(AbstractTreeIterator oldTree)Set old treeDiffCommandDiffCommand. setOutputStream(OutputStream out)Set output streamDiffCommandDiffCommand. setPathFilter(TreeFilter pathFilter)Set path filterDiffCommandDiffCommand. setProgressMonitor(ProgressMonitor monitor)The progress monitor associated with the diff operation.DiffCommandDiffCommand. setShowNameAndStatusOnly(boolean showNameAndStatusOnly)Set whether to return only names and status of changed filesDiffCommandDiffCommand. setSourcePrefix(String sourcePrefix)Set the given source prefix instead of "a/".
-