| 程序包 | 说明 |
|---|---|
| com.jn.langx.commandline.launcher |
| 限定符和类型 | 方法和说明 |
|---|---|
ProcessAdapter |
VmsCommandLauncher.exec(CommandLine cmd,
Map<String,String> env)
Launches the given command in a new process.
|
ProcessAdapter |
LocalCommandLauncher.exec(CommandLine cmd,
Map<String,String> env) |
ProcessAdapter |
CommandLauncherProxy.exec(CommandLine cmd,
Map<String,String> env)
Launches the given command in a new process.
|
ProcessAdapter |
WinNTCommandLauncher.exec(CommandLine cmd,
Map<String,String> env,
File workingDir)
Launches the given command in a new process, in the given working
directory.
|
ProcessAdapter |
VmsCommandLauncher.exec(CommandLine cmd,
Map<String,String> env,
File workingDir)
Launches the given command in a new process, in the given working
directory.
|
ProcessAdapter |
OS2CommandLauncher.exec(CommandLine cmd,
Map<String,String> env,
File workingDir)
Launches the given command in a new process, in the given working
directory.
|
abstract ProcessAdapter |
LocalCommandLauncher.exec(CommandLine cmd,
Map<String,String> env,
File workingDir) |
ProcessAdapter |
Java13CommandLauncher.exec(CommandLine cmd,
Map<String,String> env,
File workingDir)
Launches the given command in a new process, in the given working
directory
|
| 构造器和说明 |
|---|
CommandLauncherProxy(CommandLauncher<ProcessAdapter> launcher) |
Copyright © 2022. All rights reserved.