Uses of Interface
org.codehaus.cargo.container.spi.jvm.JvmLauncherFactory
-
Packages that use JvmLauncherFactory Package Description org.codehaus.cargo.container.internal org.codehaus.cargo.container.spi org.codehaus.cargo.container.spi.jvm -
-
Uses of JvmLauncherFactory in org.codehaus.cargo.container.internal
Methods in org.codehaus.cargo.container.internal that return JvmLauncherFactory Modifier and Type Method Description JvmLauncherFactory
SpawnedContainer. getJvmLauncherFactory()
Gets the factory used to spawn the container JVM.Methods in org.codehaus.cargo.container.internal with parameters of type JvmLauncherFactory Modifier and Type Method Description void
SpawnedContainer. setJvmLauncherFactory(JvmLauncherFactory jvmLauncherFactory)
Sets the factory used to spawn the container JVM. -
Uses of JvmLauncherFactory in org.codehaus.cargo.container.spi
Methods in org.codehaus.cargo.container.spi that return JvmLauncherFactory Modifier and Type Method Description JvmLauncherFactory
AbstractInstalledLocalContainer. getJvmLauncherFactory()
Gets the factory used to spawn the container JVM.Methods in org.codehaus.cargo.container.spi with parameters of type JvmLauncherFactory Modifier and Type Method Description void
AbstractInstalledLocalContainer. setJvmLauncherFactory(JvmLauncherFactory jvmLauncherFactory)
Sets the factory used to spawn the container JVM. -
Uses of JvmLauncherFactory in org.codehaus.cargo.container.spi.jvm
Classes in org.codehaus.cargo.container.spi.jvm that implement JvmLauncherFactory Modifier and Type Class Description class
DefaultJvmLauncherFactory
The factory to create JVM launchers.
-