Uses of Class
org.uberfire.java.nio.fs.jgit.util.commands.CustomDiffCommand
-
Packages that use CustomDiffCommand Package Description org.uberfire.java.nio.fs.jgit.util.commands -
-
Uses of CustomDiffCommand in org.uberfire.java.nio.fs.jgit.util.commands
Methods in org.uberfire.java.nio.fs.jgit.util.commands that return CustomDiffCommand Modifier and Type Method Description CustomDiffCommandCustomDiffCommand. setCached(boolean cached)CustomDiffCommandCustomDiffCommand. setContextLines(int contextLines)Set number of context lines instead of the usual three.CustomDiffCommandCustomDiffCommand. setDestinationPrefix(String destinationPrefix)Set the given destination prefix instead of "b/".CustomDiffCommandCustomDiffCommand. setNewTree(org.eclipse.jgit.treewalk.AbstractTreeIterator newTree)CustomDiffCommandCustomDiffCommand. setOldTree(org.eclipse.jgit.treewalk.AbstractTreeIterator oldTree)CustomDiffCommandCustomDiffCommand. setOutputStream(OutputStream out)CustomDiffCommandCustomDiffCommand. setPathFilter(org.eclipse.jgit.treewalk.filter.TreeFilter pathFilter)CustomDiffCommandCustomDiffCommand. setProgressMonitor(org.eclipse.jgit.lib.ProgressMonitor monitor)The progress monitor associated with the diff operation.CustomDiffCommandCustomDiffCommand. setShowNameAndStatusOnly(boolean showNameAndStatusOnly)CustomDiffCommandCustomDiffCommand. setSourcePrefix(String sourcePrefix)Set the given source prefix instead of "a/".
-