Class PreDefinedDiffTool

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCommand()
      The command of the diff tool.
      void setPath​(java.lang.String path)
      Overrides the path for the given tool.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PreDefinedDiffTool

        public PreDefinedDiffTool​(java.lang.String name,
                                  java.lang.String path,
                                  java.lang.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