Package org.apache.commons.exec.launcher
package org.apache.commons.exec.launcher
Operating system dependent command launchers are abstracted by the interface CommandLauncher
.
-
ClassDescriptionAbstracts platform-dependent implementations.Builds a command launcher for the OS and JVM we are running under.A command launcher for a particular JVM/OS platform.A command launcher that proxies another command launcher.A command launcher for JDK/JRE 1.3 (and higher).A command launcher for OS/2 that uses 'cmd.exe' when launching commands in directories other than the current working directory.A command launcher for VMS that writes the command to a temporary DCL script before launching commands.A command launcher for Windows XP/2000/NT that uses 'cmd.exe' when launching commands in directories other than the current working directory.