- All Superinterfaces:
ExternalDiffTool
- All Known Implementing Classes:
PreDefinedMergeTool
,UserDefinedMergeTool
The merge tool interface.
-
Method Summary
Modifier and TypeMethodDescriptiongetCommand
(boolean withBase) Get tool commandGet the tool "trust exit code" optionMethods inherited from interface org.eclipse.jgit.internal.diffmergetool.ExternalDiffTool
getCommand, getName, getPath, isAvailable
-
Method Details
-
getTrustExitCode
BooleanTriState getTrustExitCode()Get the tool "trust exit code" option- Returns:
- the tool "trust exit code" option
-
getCommand
Get tool command- Parameters:
withBase
- get command with base present (true) or without base present (false)- Returns:
- the tool command
-