Uses of Enum
org.verifyica.api.ShellScript.Shell
-
Uses of ShellScript.Shell in org.verifyica.api
Methods in org.verifyica.api that return ShellScript.ShellModifier and TypeMethodDescriptionstatic ShellScript.ShellReturns the enum constant of this type with the specified name.static ShellScript.Shell[]ShellScript.Shell.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verifyica.api with parameters of type ShellScript.ShellModifier 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.