Uses of Class
fi.evolver.script.Shell.Command
Packages that use Shell.Command
-
Uses of Shell.Command in fi.evolver.script
Methods in fi.evolver.script that return Shell.CommandModifier and TypeMethodDescriptionShell.Command.binaryStdout(boolean value) Set an environment variable for the command.Shell.Command.failOnError(boolean value) Sets whether the command should fail on non-zero exit value.Shell.Command.stdin(InputStream data) Add standard input for the command.Add standard input for the command.static Shell.CommandCreate a new command run with super user privileges.static Shell.CommandCreate a new command run with super user privileges.static Shell.CommandCreate a new command run with the current user's privileges.static Shell.CommandCreate a new command run with the current user's privileges.Shell.Command.workingDirectory(Path path) -
Uses of Shell.Command in fi.evolver.script.app
Methods in fi.evolver.script.app that return Shell.CommandModifier and TypeMethodDescriptionNvm.Node.shellCommand(String... command) Nvm.Node.shellCommand(List<String> command)