public abstract class CommandLauncherProxy extends CommandLauncherImpl
| 构造器和说明 |
|---|
CommandLauncherProxy(CommandLauncher launcher) |
public CommandLauncherProxy(CommandLauncher launcher)
public Process exec(CommandLine cmd, Map<String,String> env) throws IOException
exec 在接口中 CommandLauncherexec 在类中 CommandLauncherImplcmd - the command line to execute as an array of stringsenv - the environment to set as an array of stringsIOException - forwarded from the exec method of the command launcherCopyright © 2021. All rights reserved.