play.dev

filewatch

package filewatch

Visibility
  1. Public
  2. All

Type Members

  1. class DefaultFileWatchService extends FileWatchService

    Implementation of the file watch service that uses a native implementation for Mac and otherwise uses the JDK's WatchService implementation.

  2. trait FileWatchService extends AnyRef

    A service that can watch files

  3. trait FileWatcher extends AnyRef

    A watcher, that watches files.

  4. trait LoggerProxy extends AnyRef

    Proxy interface to a logger.

  5. class OptionalFileWatchServiceDelegate extends FileWatchService

    Watch service that delegates to a try.

  6. class PollingFileWatchService extends FileWatchService

    A polling Play watch service.

  7. final class WatchState extends AnyRef

Value Members

  1. object FileWatchService

  2. object SourceModificationWatch

    Copied from sbt.

  3. object WatchState

Ungrouped