public class LagomProcess$
extends Object
Modifier and Type | Field and Description |
---|---|
static LagomProcess$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
LagomProcess$() |
Modifier and Type | Method and Description |
---|---|
Process |
runJava(scala.collection.immutable.List<String> jvmArgs,
scala.collection.Seq<java.io.File> classpath,
String main,
scala.collection.immutable.List<String> args)
Run a Java process.
|
public static final LagomProcess$ MODULE$
public Process runJava(scala.collection.immutable.List<String> jvmArgs, scala.collection.Seq<java.io.File> classpath, String main, scala.collection.immutable.List<String> args)
jvmArgs
- The JVM args.classpath
- The classpath.main
- The main class.args
- The arguments.