Interface ExternalMergeTool

All Superinterfaces:
ExternalDiffTool
All Known Implementing Classes:
PreDefinedMergeTool, UserDefinedMergeTool

public interface ExternalMergeTool extends ExternalDiffTool
The merge tool interface.
  • Method Details

    • getTrustExitCode

      BooleanTriState getTrustExitCode()
      Get the tool "trust exit code" option
      Returns:
      the tool "trust exit code" option
    • getCommand

      String getCommand(boolean withBase)
      Get tool command
      Parameters:
      withBase - get command with base present (true) or without base present (false)
      Returns:
      the tool command