Package org.apache.commons.exec.launcher
Class CommandLauncherFactory
java.lang.Object
org.apache.commons.exec.launcher.CommandLauncherFactory
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 $
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CommandLauncher
Factory method to create an appropriate launcher.
-
Constructor Details
-
CommandLauncherFactory
private CommandLauncherFactory()
-
-
Method Details
-
createVMLauncher
Factory method to create an appropriate launcher.- Returns:
- the command launcher
-