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, isFailure
public CommandLauncherProxy(CommandLauncher launcher)
public java.lang.Process exec(CommandLine cmd, java.util.Map env) throws java.io.IOException
exec
在接口中 CommandLauncher
exec
在类中 CommandLauncherImpl
cmd
- 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