Uses of Class
org.variantsync.diffdetective.shell.ShellException
Packages that use ShellException
-
Uses of ShellException in org.variantsync.diffdetective.shell
Methods in org.variantsync.diffdetective.shell that throw ShellExceptionModifier 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.