- exec(String...) - Static method in class gw.util.process.ProcessRunner
-
- exec() - Method in class gw.util.process.ProcessRunner
-
Executes the given command as if it had been executed from the command line of the host OS
(cmd.exe on windows, /bin/sh on *nix).
- exec() - Method in class gw.util.ProcessStarter
-
Deprecated.
Executes the given command as if it had been executed from the command line of the host OS
(cmd.exe on windows, /bin/sh on *nix) and returns all content sent to standard out as a string.
- exec(String) - Static method in class gw.util.Shell
-
Deprecated.
Executes the given command as if it had been executed from the command line of the host OS
(cmd.exe on windows, /bin/sh on *nix) and returns all content sent to standard out as a string.
- exec(String, String) - Static method in class gw.util.Shell
-
Deprecated.
Executes the given command as if it had been executed from the command line of the host OS
(cmd.exe on windows, /bin/sh on *nix) and returns all content sent to standard out as a string.
- execWithCharset(String, String...) - Static method in class gw.util.process.ProcessRunner
-
- execWithPipe() - Method in class gw.util.ProcessStarter
-
Deprecated.
Executes the given command as if it had been executed from the command line of the host OS
(cmd.exe on windows, /bin/sh on *nix) and pipes all data sent to this processes stdout, stderr, and stdin.
- execWithPipe(String) - Method in class gw.util.Shell
-
Deprecated.
Executes the given command as if it had been executed from the command line of the host OS
(cmd.exe on windows, /bin/sh on *nix) and pipes all data sent to this processes stdout, stderr, and stdin.
- exitValue() - Method in class gw.util.ShellProcess
-
Returns the exit value for the subprocess.