Package org.apache.commons.exec.launcher
Class CommandLauncherFactory
- java.lang.Object
-
- org.apache.commons.exec.launcher.CommandLauncherFactory
-
public final class CommandLauncherFactory extends Object
Builds a command launcher for the OS and JVM we are running under.- Version:
- $Id: CommandLauncherFactory.java 1556869 2014-01-09 16:51:11Z britter $
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CommandLauncher
createVMLauncher()
Factory method to create an appropriate launcher.
-
-
-
Method Detail
-
createVMLauncher
public static CommandLauncher createVMLauncher()
Factory method to create an appropriate launcher.- Returns:
- the command launcher
-
-