Uses of Class
org.eclipse.jgit.util.FS.ExecutionResult
-
Packages that use FS.ExecutionResult Package Description org.eclipse.jgit.internal.diffmergetool org.eclipse.jgit.util Utility classes. -
-
Uses of FS.ExecutionResult in org.eclipse.jgit.internal.diffmergetool
Methods in org.eclipse.jgit.internal.diffmergetool that return FS.ExecutionResult Modifier and Type Method Description FS.ExecutionResultDiffTools. compare(FileElement localFile, FileElement remoteFile, ExternalDiffTool tool, boolean trustExitCode)Compare two versions of a file.FS.ExecutionResultToolException. getResult()FS.ExecutionResultMergeTools. merge(FileElement localFile, FileElement remoteFile, FileElement mergedFile, FileElement baseFile, File tempDir, ExternalMergeTool tool)Merge two versions of a file with optional base file.FS.ExecutionResultCommandExecutor. run(String command, File workingDir, Map<String,String> env)Methods in org.eclipse.jgit.internal.diffmergetool that return types with arguments of type FS.ExecutionResult Modifier and Type Method Description Optional<FS.ExecutionResult>DiffTools. compare(FileElement localFile, FileElement remoteFile, Optional<String> toolName, BooleanTriState prompt, boolean gui, BooleanTriState trustExitCode, PromptContinueHandler promptHandler, InformNoToolHandler noToolHandler)Compare two versions of a file.Optional<FS.ExecutionResult>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.ExecutionResult Constructor Description ToolException(String message, FS.ExecutionResult result, boolean commandExecutionError) -
Uses of FS.ExecutionResult in org.eclipse.jgit.util
Methods in org.eclipse.jgit.util that return FS.ExecutionResult Modifier and Type Method Description FS.ExecutionResultFS. execute(ProcessBuilder pb, InputStream in)Execute a command defined by aProcessBuilder.
-