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. type Classpath = Seq[File]

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

  4. sealed trait CompileResult extends AnyRef

  5. case class CompileSuccess(sources: SourceMap, classpath: Classpath) extends CompileResult with Product with Serializable

  6. trait PlayDevServer extends Closeable

    Play dev server

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

  8. type SourceMap = Map[String, Source]

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
    @throws( ... )
  10. def commonClassLoader(classpath: Classpath): URLClassLoader

  11. val createDelegatedResourcesClassLoader: (String, Array[URL], ClassLoader) ⇒ ClassLoader

  12. val createURLClassLoader: (String, Array[URL], ClassLoader) ⇒ ClassLoader

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

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

    Definition Classes
    AnyRef → Any
  15. 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")

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

  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. final def isInstanceOf[T0]: Boolean

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

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

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. def parsePort(portString: String): Int

  25. def startDevMode(runHooks: Seq[RunHook], javaOptions: Seq[String], dependencyClasspath: Classpath, dependencyClassLoader: (String, Array[URL], ClassLoader) ⇒ ClassLoader, reloadCompile: () ⇒ CompileResult, reloaderClassLoader: (String, Array[URL], ClassLoader) ⇒ ClassLoader, assetsClassLoader: (ClassLoader) ⇒ ClassLoader, commonClassLoader: ClassLoader, monitoredFiles: Seq[File], fileWatchService: FileWatchService, docsClasspath: Classpath, docsJar: Option[File], defaultHttpPort: Int, defaultHttpAddress: String, projectPath: File, devSettings: Seq[(String, String)], args: Seq[String], runSbtTask: (String) ⇒ AnyRef, mainClassName: String): PlayDevServer

    Start the Play server in dev mode

    Start the Play server in dev mode

    returns

    A closeable that can be closed to stop the server

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

    Definition Classes
    AnyRef
  27. def toString(): String

    Definition Classes
    AnyRef → Any
  28. def urls(cp: Classpath): Array[URL]

  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped