Package play.runsupport
Class DevServerRunner
java.lang.Object
play.runsupport.DevServerRunner
-
Method Summary
Modifier and TypeMethodDescriptionstatic DevServerRunnerstatic DevServerstartDevMode(List<? extends RunHook> runHooks, List<String> javaOptions, ClassLoader commonClassLoader, List<File> dependencyClasspath, Supplier<CompileResult> reloadCompile, Function<ClassLoader, ClassLoader> assetsClassLoader, Supplier<Boolean> triggerReload, List<File> monitoredFiles, play.dev.filewatch.FileWatchService fileWatchService, Map<String, ? extends GeneratedSourceMapping> generatedSourceHandlers, int defaultHttpPort, String defaultHttpAddress, File projectPath, Map<String, String> devSettings, List<String> args, String mainClassName, Object reloadLock) Start the server in DEV-modestatic URL[]
-
Method Details
-
urls
-
startDevMode
public static DevServer startDevMode(List<? extends RunHook> runHooks, List<String> javaOptions, ClassLoader commonClassLoader, List<File> dependencyClasspath, Supplier<CompileResult> reloadCompile, Function<ClassLoader, ClassLoader> assetsClassLoader, Supplier<Boolean> triggerReload, List<File> monitoredFiles, play.dev.filewatch.FileWatchService fileWatchService, Map<String, ? extends GeneratedSourceMapping> generatedSourceHandlers, int defaultHttpPort, String defaultHttpAddress, File projectPath, Map<String, String> devSettings, List<String> args, String mainClassName, Object reloadLock) Start the server in DEV-mode- Returns:
- A closeable that can be closed to stop the server
-
getInstance
-