Uses of Class
org.variantsync.diffdetective.shell.ShellException
-
Uses of ShellException in org.variantsync.diffdetective.shell
Modifier and TypeMethodDescriptionShellExecutor.execute
(ShellCommand command) Executecommand
in the default working directory.ShellExecutor.execute
(ShellCommand command, Path executionDir) Executecommand
in the given working directory.ShellCommand.interpretResult
(int resultCode, List<String> output) Interpret the result/exit code returned from a shell command.