public class Reloader$
extends Object
Modifier and Type | Field and Description |
---|---|
static Reloader$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
Reloader$() |
Modifier and Type | Method and Description |
---|---|
Reloader.DevServer |
startDevMode(ClassLoader parentClassLoader,
scala.collection.Seq<java.io.File> dependencyClasspath,
scala.Function0<Reloader.CompileResult> reloadCompile,
scala.Function1<ClassLoader,ClassLoader> classLoaderDecorator,
scala.collection.Seq<java.io.File> monitoredFiles,
play.dev.filewatch.FileWatchService fileWatchService,
java.io.File projectPath,
scala.collection.Seq<scala.Tuple2<String,String>> devSettings,
int httpPort,
Object reloadLock)
Start the Lagom server in dev mode.
|
Reloader.DevServer |
startNoReload(ClassLoader parentClassLoader,
scala.collection.Seq<java.io.File> dependencyClasspath,
java.io.File buildProjectPath,
scala.collection.Seq<scala.Tuple2<String,String>> devSettings,
int httpPort)
Start the Lagom server without hot reloading
|
public static final Reloader$ MODULE$
public Reloader.DevServer startDevMode(ClassLoader parentClassLoader, scala.collection.Seq<java.io.File> dependencyClasspath, scala.Function0<Reloader.CompileResult> reloadCompile, scala.Function1<ClassLoader,ClassLoader> classLoaderDecorator, scala.collection.Seq<java.io.File> monitoredFiles, play.dev.filewatch.FileWatchService fileWatchService, java.io.File projectPath, scala.collection.Seq<scala.Tuple2<String,String>> devSettings, int httpPort, Object reloadLock)
public Reloader.DevServer startNoReload(ClassLoader parentClassLoader, scala.collection.Seq<java.io.File> dependencyClasspath, java.io.File buildProjectPath, scala.collection.Seq<scala.Tuple2<String,String>> devSettings, int httpPort)