Uses of Class
org.eclipse.jgit.util.FS.ExecutionResult
Packages that use FS.ExecutionResult
-
Uses of FS.ExecutionResult in org.eclipse.jgit.internal.diffmergetool
Methods in org.eclipse.jgit.internal.diffmergetool that return FS.ExecutionResultModifier and TypeMethodDescriptionDiffTools.compare
(FileElement localFile, FileElement remoteFile, ExternalDiffTool tool, boolean trustExitCode) Compare two versions of a file.ToolException.getResult()
Get execution resultMergeTools.merge
(FileElement localFile, FileElement remoteFile, FileElement mergedFile, FileElement baseFile, File tempDir, ExternalMergeTool tool) Merge two versions of a file with optional base file.Run commandMethods in org.eclipse.jgit.internal.diffmergetool that return types with arguments of type FS.ExecutionResultModifier and TypeMethodDescriptionDiffTools.compare
(FileElement localFile, FileElement remoteFile, Optional<String> toolName, BooleanTriState prompt, boolean gui, BooleanTriState trustExitCode, PromptContinueHandler promptHandler, InformNoToolHandler noToolHandler) Compare two versions of a file.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.Constructors in org.eclipse.jgit.internal.diffmergetool with parameters of type FS.ExecutionResultModifierConstructorDescriptionToolException
(String message, FS.ExecutionResult result, boolean commandExecutionError) Create tool exception -
Uses of FS.ExecutionResult in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return FS.ExecutionResultModifier and TypeMethodDescriptionFS.execute
(ProcessBuilder pb, InputStream in) Execute a command defined by aProcessBuilder
.