Class PreDefinedMergeTool

    • Constructor Detail

      • PreDefinedMergeTool

        public PreDefinedMergeTool​(String name,
                                   String path,
                                   String parametersWithBase,
                                   String parametersWithoutBase,
                                   BooleanTriState trustExitCode)
        Creates the pre-defined merge tool
        Parameters:
        name - the name
        path - the path
        parametersWithBase - the tool parameters that are used together with path as command and "base is present" ($BASE)
        parametersWithoutBase - the tool parameters that are used together with path as command and "base is present" ($BASE)
        trustExitCode - the "trust exit code" option
      • PreDefinedMergeTool

        public PreDefinedMergeTool​(CommandLineMergeTool tool)
        Creates the pre-defined merge tool
        Parameters:
        tool - the command line merge tool