public abstract class CommandLauncherProxy extends CommandLauncherImpl
| 构造器和说明 |
|---|
CommandLauncherProxy(CommandLauncher launcher) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Process |
exec(CommandLine cmd,
java.util.Map env)
Launches the given command in a new process.
|
exec, isFailurepublic CommandLauncherProxy(CommandLauncher launcher)
public java.lang.Process exec(CommandLine cmd, java.util.Map env) throws java.io.IOException
exec 在接口中 CommandLauncherexec 在类中 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