Interface ExternalDiffTool

All Known Subinterfaces:
ExternalMergeTool
All Known Implementing Classes:
PreDefinedDiffTool, PreDefinedMergeTool, UserDefinedDiffTool, UserDefinedMergeTool

public interface ExternalDiffTool
The external tool interface.
  • Method Details

    • getName

      String getName()
      Returns:
      the tool name
    • getPath

      String getPath()
      Returns:
      the tool path
    • getCommand

      String getCommand()
      Returns:
      the tool command
    • isAvailable

      boolean isAvailable()
      Returns:
      availability of the tool: true if tool can be executed and false if not