CommandLauncherOS2CommandLauncher, WinNTCommandLauncherpublic abstract class CommandLauncherProxy extends CommandLauncherImpl
| Constructor | Description |
|---|---|
CommandLauncherProxy(CommandLauncher launcher) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Process |
exec(CommandLine cmd,
java.util.Map<java.lang.String,java.lang.String> env) |
Launches the given command in a new process.
|
exec, isFailurepublic CommandLauncherProxy(CommandLauncher launcher)
public java.lang.Process exec(CommandLine cmd, java.util.Map<java.lang.String,java.lang.String> env) throws java.io.IOException
exec in interface CommandLauncherexec in class CommandLauncherImplcmd - the command line to execute as an array of stringsenv - the environment to set as an array of stringsjava.io.IOException - forwarded from the exec method of the command launcher