| 程序包 | 说明 |
|---|---|
| com.jn.langx.commandline.launcher |
| 限定符和类型 | 类和说明 |
|---|---|
class |
CommandLauncherImpl
A command launcher for a particular JVM/OS platform.
|
class |
CommandLauncherProxy
A command launcher that proxies another command launcher.
|
class |
Java13CommandLauncher
A command launcher for JDK/JRE 1.3 (and higher).
|
class |
OS2CommandLauncher
A command launcher for OS/2 that uses 'cmd.exe' when launching commands in
directories other than the current working directory.
|
class |
VmsCommandLauncher
A command launcher for VMS that writes the command to a temporary DCL script
before launching commands.
|
class |
WinNTCommandLauncher
A command launcher for Windows XP/2000/NT that uses 'cmd.exe' when launching
commands in directories other than the current working directory.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static CommandLauncher |
CommandLauncherFactory.createVMLauncher()
Factory method to create an appropriate launcher.
|
| 构造器和说明 |
|---|
CommandLauncherProxy(CommandLauncher launcher) |
OS2CommandLauncher(CommandLauncher launcher) |
WinNTCommandLauncher(CommandLauncher launcher) |
Copyright © 2020. All rights reserved.