Interface DevServer

All Superinterfaces:
AutoCloseable, Closeable

public interface DevServer extends Closeable
Dev server
  • Method Summary

    Modifier and Type
    Method
    Description
    play.core.BuildLink
     
    void
    Reloads the application.

    Methods inherited from interface java.io.Closeable

    close
  • Method Details

    • buildLink

      play.core.BuildLink buildLink()
    • reload

      void reload()
      Reloads the application.