Uses of Class
org.verifyica.api.ShellScript.Result
-
Uses of ShellScript.Result in org.verifyica.api
Methods in org.verifyica.api that return ShellScript.ResultModifier and TypeMethodDescriptionstatic ShellScript.ResultShellScript.execute(ShellScript.Shell shell, Path workingDirectory, Path script, Consumer<String> consumer) Execute a shell script using the specified shell in a given working directory.static ShellScript.ResultShellScript.execute(ShellScript.Shell shell, Path script, Consumer<String> consumer) Execute a shell script using the specified shell in the current working directory.