Uses of Interface
org.apache.commons.exec.launcher.CommandLauncher
Package
Description
Operating system dependent command launchers are abstracted by the interface
CommandLauncher
.-
Uses of CommandLauncher in org.apache.commons.exec.launcher
Modifier and TypeClassDescriptionclass
A command launcher for a particular JVM/OS platform.class
A command launcher that proxies another command launcher.class
A command launcher for JDK/JRE 1.3 (and higher).class
A command launcher for OS/2 that uses 'cmd.exe' when launching commands in directories other than the current working directory.class
A command launcher for VMS that writes the command to a temporary DCL script before launching commands.class
A command launcher for Windows XP/2000/NT that uses 'cmd.exe' when launching commands in directories other than the current working directory.Modifier and TypeMethodDescriptionstatic CommandLauncher
CommandLauncherFactory.createVMLauncher()
Factory method to create an appropriate launcher.ModifierConstructorDescriptionCommandLauncherProxy
(CommandLauncher launcher) Constructs a new instance.OS2CommandLauncher
(CommandLauncher launcher) Constructs a new instance.WinNTCommandLauncher
(CommandLauncher launcher) Constructs a new instance.