Class PreDefinedDiffTool

java.lang.Object
org.eclipse.jgit.internal.diffmergetool.UserDefinedDiffTool
org.eclipse.jgit.internal.diffmergetool.PreDefinedDiffTool
All Implemented Interfaces:
ExternalDiffTool

public class PreDefinedDiffTool extends UserDefinedDiffTool
The pre-defined diff tool.
  • Constructor Details

    • PreDefinedDiffTool

      public PreDefinedDiffTool(String name, String path, String parameters)
      Create a pre-defined diff tool
      Parameters:
      name - the name
      path - the path
      parameters - the tool parameters as one string that is used together with path as command
    • PreDefinedDiffTool

      public PreDefinedDiffTool(CommandLineDiffTool tool)
      Creates the pre-defined diff tool
      Parameters:
      tool - the command line diff tool
  • Method Details