Uses of Interface
org.apache.commons.exec.launcher.CommandLauncher
Packages that use CommandLauncher
Package
Description
The main Apache Commons Exec package.
Operating system dependent command launchers are abstracted by the interface
CommandLauncher.-
Uses of CommandLauncher in org.apache.commons.exec
Fields in org.apache.commons.exec declared as CommandLauncherModifier and TypeFieldDescriptionprivate final CommandLauncherDefaultExecutor.launcherLaunches the command in a new process. -
Uses of CommandLauncher in org.apache.commons.exec.launcher
Classes in org.apache.commons.exec.launcher that implement CommandLauncherModifier and TypeClassDescriptionclassA command launcher for a particular JVM/OS platform.classA command launcher that proxies another command launcher.classA command launcher for Java 1.3 (and higher).classA command launcher for OS/2 that uses 'cmd.exe' when launching commands in directories other than the current working directory.classA command launcher for VMS that writes the command to a temporary DCL script before launching commands.classA command launcher for Windows XP/2000/NT that uses 'cmd.exe' when launching commands in directories other than the current working directory.Fields in org.apache.commons.exec.launcher declared as CommandLauncherModifier and TypeFieldDescriptionprivate final CommandLauncherCommandLauncherProxy.launcherThe command launcher to use.Methods in org.apache.commons.exec.launcher that return CommandLauncherModifier and TypeMethodDescriptionstatic CommandLauncherCommandLauncherFactory.createVMLauncher()Factory method to create an appropriate launcher.Constructors in org.apache.commons.exec.launcher with parameters of type CommandLauncherModifierConstructorDescriptionCommandLauncherProxy(CommandLauncher launcher) Constructs a new instance.OS2CommandLauncher(CommandLauncher launcher) Constructs a new instance.WinNTCommandLauncher(CommandLauncher launcher) Constructs a new instance.