org.apache.commons.exec.launcher
Class CommandLauncherFactory

java.lang.Object
  extended by 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.


Method Summary
static CommandLauncher createVMLauncher()
          Factory method to create an appropriate launcher.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createVMLauncher

public static CommandLauncher createVMLauncher()
Factory method to create an appropriate launcher.

Returns:
the command launcher


Copyright © 2010 Apache Software Foundation. All Rights Reserved.