play.runsupport

Reloader

object Reloader

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Reloader
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. type ClassLoaderCreator = (String, Array[URL], ClassLoader) ⇒ ClassLoader

  2. case class CompileFailure(exception: PlayException) extends CompileResult with Product with Serializable

  3. sealed trait CompileResult extends AnyRef

  4. case class CompileSuccess(sources: Map[String, Source], classpath: Seq[File]) extends CompileResult with Product with Serializable

  5. trait DevServer extends Closeable

    Dev server

  6. trait GeneratedSourceMapping extends AnyRef

  7. case class Source(file: File, original: Option[File]) extends Product with Serializable

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val SystemProperty: Regex

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def assetsClassLoader(allAssets: Seq[(String, File)])(parent: ClassLoader): ClassLoader

  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def commonClassLoader(classpath: Seq[File]): URLClassLoader

  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def extractSystemProperties(javaOptions: Seq[String]): Seq[(String, String)]

    Take all the options in javaOptions of the format "-Dfoo=bar" and return them as a Seq of key value pairs of the format ("foo" -> "bar")

  14. def filterArgs(args: Seq[String], defaultHttpPort: Int, defaultHttpAddress: String, devSettings: Seq[(String, String)]): (Seq[(String, String)], Option[Int], Option[Int], String)

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit

    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def parsePort(portString: String): Int

  22. def startDevMode(runHooks: Seq[RunHook], javaOptions: Seq[String], commonClassLoader: ClassLoader, dependencyClasspath: Seq[File], reloadCompile: () ⇒ CompileResult, assetsClassLoader: (ClassLoader) ⇒ ClassLoader, monitoredFiles: Seq[File], fileWatchService: FileWatchService, generatedSourceHandlers: Map[String, GeneratedSourceMapping], defaultHttpPort: Int, defaultHttpAddress: String, projectPath: File, devSettings: Seq[(String, String)], args: Seq[String], mainClassName: String, reloadLock: AnyRef): DevServer

    Start the server in dev mode

    Start the server in dev mode

    returns

    A closeable that can be closed to stop the server

  23. def startNoReload(parentClassLoader: ClassLoader, dependencyClasspath: Seq[File], buildProjectPath: File, devSettings: Seq[(String, String)], httpPort: Int, mainClassName: String): DevServer

    Start the server without hot reloading

  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def urls(cp: Seq[File]): Array[URL]

  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped