Class PreDefinedDiffTool

    • Constructor Detail

      • 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