Package | Description |
---|---|
org.uberfire.java.nio.fs.jgit.util.commands |
Modifier and Type | Method and Description |
---|---|
CustomDiffCommand |
CustomDiffCommand.setCached(boolean cached) |
CustomDiffCommand |
CustomDiffCommand.setContextLines(int contextLines)
Set number of context lines instead of the usual three.
|
CustomDiffCommand |
CustomDiffCommand.setDestinationPrefix(String destinationPrefix)
Set the given destination prefix instead of "b/".
|
CustomDiffCommand |
CustomDiffCommand.setNewTree(org.eclipse.jgit.treewalk.AbstractTreeIterator newTree) |
CustomDiffCommand |
CustomDiffCommand.setOldTree(org.eclipse.jgit.treewalk.AbstractTreeIterator oldTree) |
CustomDiffCommand |
CustomDiffCommand.setOutputStream(OutputStream out) |
CustomDiffCommand |
CustomDiffCommand.setPathFilter(org.eclipse.jgit.treewalk.filter.TreeFilter pathFilter) |
CustomDiffCommand |
CustomDiffCommand.setProgressMonitor(org.eclipse.jgit.lib.ProgressMonitor monitor)
The progress monitor associated with the diff operation.
|
CustomDiffCommand |
CustomDiffCommand.setShowNameAndStatusOnly(boolean showNameAndStatusOnly) |
CustomDiffCommand |
CustomDiffCommand.setSourcePrefix(String sourcePrefix)
Set the given source prefix instead of "a/".
|
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.