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 JvmLauncherFactorySpawnedContainer. 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 voidSpawnedContainer. 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 JvmLauncherFactoryAbstractInstalledLocalContainer. 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 voidAbstractInstalledLocalContainer. 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 classDefaultJvmLauncherFactoryThe factory to create JVM launchers.
-