Uses of Class
org.codehaus.cargo.container.spi.jvm.JvmLauncherException
-
Packages that use JvmLauncherException Package Description org.codehaus.cargo.container.spi.jvm -
-
Uses of JvmLauncherException in org.codehaus.cargo.container.spi.jvm
Methods in org.codehaus.cargo.container.spi.jvm that throw JvmLauncherException Modifier and Type Method Description int
DefaultJvmLauncher. execute()
Launches a JVM according to the configuration of this launcher and waits for its termination.int
JvmLauncher. execute()
Launches a JVM according to the configuration of this launcher and waits for its termination.void
DefaultJvmLauncher. start()
Launches a JVM according to the configuration of this launcher.void
JvmLauncher. start()
Launches a JVM according to the configuration of this launcher.
-