play.runsupport

Reloader

object Reloader

Linear Supertypes
AnyRef, Any
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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. val SystemProperty: Regex

  5. final def asInstanceOf[T0]: T0

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

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def commonClassLoader(classpath: Classpath): URLClassLoader

  9. val createDelegatedResourcesClassLoader: ClassLoaderCreator

  10. val createURLClassLoader: ClassLoaderCreator

  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): (Seq[(String, String)], Option[Int], Option[Int])

  15. def finalize(): Unit

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

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

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

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

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

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

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

  23. def startDevMode(runHooks: Seq[RunHook], javaOptions: Seq[String], dependencyClasspath: Classpath, dependencyClassLoader: ClassLoaderCreator, reloadCompile: () ⇒ CompileResult, reloaderClassLoader: ClassLoaderCreator, assetsClassLoader: (ClassLoader) ⇒ ClassLoader, commonClassLoader: ClassLoader, monitoredFiles: Seq[String], playWatchService: PlayWatchService, docsClasspath: Classpath, defaultHttpPort: Int, projectPath: File, devSettings: Seq[(String, String)], args: Seq[String], runSbtTask: (String) ⇒ AnyRef): 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

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

    Definition Classes
    AnyRef
  25. def toString(): String

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

  27. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped