public class Java13CommandLauncher extends CommandLauncherImpl
| 构造器和说明 |
|---|
Java13CommandLauncher()
Constructor
|
public Process exec(CommandLine cmd, Map<String,String> env, File workingDir) throws IOException
exec 在接口中 CommandLauncherexec 在类中 CommandLauncherImplcmd - the command line to execute as an array of stringsenv - the environment to set as an array of stringsworkingDir - the working directory where the command should runIOException - probably forwarded from Runtime#execCopyright © 2021. All rights reserved.