Uses of Class
org.eclipse.jgit.internal.diffmergetool.ToolException
Packages that use ToolException
-
Uses of ToolException in org.eclipse.jgit.internal.diffmergetool
Methods in org.eclipse.jgit.internal.diffmergetool that throw ToolExceptionModifier and TypeMethodDescriptionboolean
Check whether executable file is availableDiffTools.compare
(FileElement localFile, FileElement remoteFile, Optional<String> toolName, BooleanTriState prompt, boolean gui, BooleanTriState trustExitCode, PromptContinueHandler promptHandler, InformNoToolHandler noToolHandler) Compare two versions of a file.DiffTools.compare
(FileElement localFile, FileElement remoteFile, ExternalDiffTool tool, boolean trustExitCode) Compare two versions of a file.DiffTools.getExternalToolFromAttributes
(String path) ProvidesOptional
with the name of an external diff tool if specified in git configuration for a path.ExternalToolUtils.getExternalToolFromAttributes
(Repository repository, String path, String toolKey) ProvidesOptional
with the name of an external tool if specified in git configuration for a path.MergeTools.getExternalToolFromAttributes
(String path) ProvidesOptional
with the name of an external merge tool if specified in git configuration for a path.MergeTools.merge
(FileElement localFile, FileElement remoteFile, FileElement mergedFile, FileElement baseFile, File tempDir, Optional<String> toolName, BooleanTriState prompt, boolean gui, PromptContinueHandler promptHandler, InformNoToolHandler noToolHandler) Merge two versions of a file with optional base file.MergeTools.merge
(FileElement localFile, FileElement remoteFile, FileElement mergedFile, FileElement baseFile, File tempDir, ExternalMergeTool tool) Merge two versions of a file with optional base file.Run command